Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / ActiveField Property


In This Topic
    ActiveField Property (GcNumber)
    In This Topic
    Gets the current active field of the control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActiveField As NumberField
    'Usage
     
    
    Dim instance As GcNumber
    Dim value As NumberField
     
    value = instance.ActiveField
    public NumberField ActiveField {get;}

    Property Value

    A GrapeCity.Win.Views.Field value indicates the active field.
    Remarks
    This property indicates the field which is actived. That means the caret is in the field when the control has the input focus.
    See Also