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

In This Topic
    SelectedText Property (ISpellCheckableEditor)
    In This Topic
    Gets or sets the text that is selected in the editor.
    Syntax
    'Declaration
     
    
    Property SelectedText As String
    string SelectedText {get; set;}
    See Also