[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType.AlternateText

AlternateText Property

AlternateText

Gets the alternate text of the GrapeCity.Win.Spread.InputMan.CellType.GcTextBox control.

Declaration
public TextBoxAlternateTextInfo AlternateText { get; }
Public ReadOnly Property AlternateText As TextBoxAlternateTextInfo
Property Value
Type Description
TextBoxAlternateTextInfo

A TextBoxAlternateText value that indicates the alternate text.

Remarks

If the current value is Empty and this control has input focus, this GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.Text property equals the Null setting, which is not null. The GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.Text property equals the DisplayNull setting if the current value is null and this control does not contain the input focus.