ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / SelectedText Property

In This Topic
    SelectedText Property (C1Combo)
    In This Topic
    Returns or sets the string containing the currently selected text within the combo box editing window.
    Syntax
    'Declaration
     
    
    Public Property SelectedText As String
    public string SelectedText {get; set;}
    See Also