RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / ISpellCheckableEditor Interface / SelectionStart Property

In This Topic
    SelectionStart Property (ISpellCheckableEditor)
    In This Topic
    Gets or sets the starting index of text selected in the editor.
    Syntax
    'Declaration
     
    
    Property SelectionStart As Integer
    int SelectionStart {get; set;}
    See Also