Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMask Class / ActiveField Property


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

Property Value

A GrapeCity.Win.Spread.InputMan.CellType.Fields.MaskField value indicates the actived field.
Remarks
This property indicates the field which is actived. That means the caret is in the field when the control contains the input focus.
See Also