Spread Windows Forms 10.0 Product Documentation
AlternateText Property (GcComboBoxCellType)


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.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

GcComboBoxCellType Class
GcComboBoxCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.