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


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

    Property Value

    A ComboBoxAlternateTextInfo value that indicates the alternate text.
    Remarks
    If the current value is System.String.Empty and this control has the input focus, the GrapeCity.Win.Text property equals the ComboBoxAlternateText.Null setting, which is not null. The GrapeCity.Win.Text property equals the ComboBoxAlternateText.DisplayNull setting if the current value is a null reference (Nothing in Visual Basic) and this control does not have the input focus.
    See Also