Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / SelectedText Property

In This Topic
    SelectedText Property (C1Editor)
    In This Topic
    Gets the text currently selected in the C1Editor.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectedText As System.String
    public System.string SelectedText {get;}
    See Also