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


In This Topic
    AlternateText Property (GcComboBox)
    In This Topic
    Gets the alternate text of the GcComboBox control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AlternateText As ComboBoxAlternateText
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As ComboBoxAlternateText
     
    value = instance.AlternateText
    public ComboBoxAlternateText AlternateText {get;}

    Property Value

    A ComboBoxAlternateText value indicates the alternate text.
    Remarks
    If current value is System.String.Empty and this control contain input focus, this Text property equals the ComboBoxAlternateText.Null settings, which is not null. And the Text property equals the ComboBoxAlternateText.DisplayNull settings if current value is a null reference (Nothing in Visual Basic) and this control doesn't contain the input focus.
    See Also