Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / SelectedText Property

In This Topic
    SelectedText Property (C1TextBox)
    In This Topic
    Gets or sets a value indicating the currently selected text in the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property SelectedText As String
    public virtual string SelectedText {get; set;}
    See Also