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


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

    Property Value

    A MaskAlternateText value indicates the alternate text settings.
    Remarks
    This property determins the text and text's color when the control's value is System.String.Empty and input focus is contained or not.
    See Also