Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMaskCellType Class / AlternateText Property


In This Topic
    AlternateText Property (GcMaskCellType)
    In This Topic
    Gets a value that indicates alternate text settings.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AlternateText As MaskAlternateTextInfo
    'Usage
     
    
    Dim instance As GcMaskCellType
    Dim value As MaskAlternateTextInfo
     
    value = instance.AlternateText
    public MaskAlternateTextInfo AlternateText {get;}

    Property Value

    A MaskAlternateText value that indicates the alternate text settings.
    Remarks
    This property determines the text and text's color when the control's value is System.String.Empty.
    See Also