Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxEditingControl Class / Text Property


In This Topic
    Text Property (GcComboBoxEditingControl)
    In This Topic
    Gets or sets the text associated with this control.
    Syntax
    'Declaration
     
    
    Public Overridable Property Text As String
    'Usage
     
    
    Dim instance As GcComboBoxEditingControl
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public virtual 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