ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / SelectedText Property

In This Topic
    SelectedText Property (C1ComboBox)
    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;}

    Property Value

    A string that represents the currently selected text in the text box.
    See Also