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


In This Topic
    ActiveField Property (GcTimeSpan)
    In This Topic
    Gets the active field.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActiveField As TimeSpanField
    'Usage
     
    
    Dim instance As GcTimeSpan
    Dim value As TimeSpanField
     
    value = instance.ActiveField
    public TimeSpanField 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.
    See Also