Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / SelectedText Property


In This Topic
    SelectedText Property (GcComboBox)
    In This Topic
    Gets or sets the selected text.
    Syntax
    'Declaration
     
    
    Public Overrides Property SelectedText As String
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As String
     
    instance.SelectedText = value
     
    value = instance.SelectedText
    public override string SelectedText {get; set;}

    Property Value

    A System.String value.
    Remarks
    You can assign text to this property to highlight specified text or change only the currently selected text in the GcComboBox. If no text is currently selected in the GcComboBox, this property returns a zero-length string.
    See Also