Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMask Class / ValueIsFull Property


In This Topic
    ValueIsFull Property (GcCharMask)
    In This Topic
    Gets whether the control is entirely filled.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ValueIsFull As Boolean
    'Usage
     
    
    Dim instance As GcCharMask
    Dim value As Boolean
     
    value = instance.ValueIsFull
    public bool ValueIsFull {get;}

    Property Value

    true if the control is entirely filled; otherwise, false.
    Remarks
    This property indicates whether every inputable charbox has value all not.
    See Also