This member supports the
RichTextEditor control and is not intended for use from your code.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
protected override int FindIndexOfEditor(
SingleBlockEditor editor
) |
| Visual Basic |
|---|
Protected Overrides Function FindIndexOfEditor ( _
editor As SingleBlockEditor _
) As Integer |
| Visual C++ |
|---|
protected:
virtual int FindIndexOfEditor(
SingleBlockEditor^ editor
) override |
Parameters
- editor
- Type: SingleBlockEditor
SingleBlockEditor
Return Value
Int32
See Also