ActiveField Property (GcMask)
In This Topic
Gets the current active field which can show the caret and accept input.
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
Field value indicates the current active field.
See Also