ComponentOne SpellChecker for WPF and Silverlight
C1.WPF.SpellChecker Namespace / ISpellCheckableEditor Interface / SelectionStart Property

In This Topic
    SelectionStart Property
    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