ActiveField Property (GcMask)
In This Topic
Gets the active field.
Syntax
'Declaration
Public ReadOnly Property ActiveField As MaskField
'Usage
Dim instance As GcMask
Dim value As MaskField
value = instance.ActiveField
public MaskField ActiveField {get;}
Property Value
A
GrapeCity.Win.Spread.InputMan.CellType.Fields.MaskField value indicates the actived field.
See Also