Spread WinForms 15
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

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