Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / ActiveField Property


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

    Property Value

    A GrapeCity.Win.Views.Field value that indicates the active field.
    Remarks
    This property indicates the field that is active. This means the caret is in the field.
    See Also