Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcMask Class / ActiveField Property


In This Topic
    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.
    Remarks
    This property indicates the field which is active. That means the caret is in the field.
    See Also