Calendar for WinForms | ComponentOne
C1.Win.Input 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 Property SelectedText As String
    public string SelectedText {get; set;}
    See Also