Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMask Class / ValueIsFull Property


In This Topic
ValueIsFull Property
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

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