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


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

    Property Value

    The text associated with this control.
    Remarks
    This property related with the TextFormat property. If the SelectedItem contains a few of SubItem, the value of this property can display one or more subitems' text following the TextFormat property.
    See Also