GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateShortHourField Class / Focused Property


In This Topic
Focused Property (DateShortHourField)
In This Topic
Gets a value indicating whether the Field has input focus.
Syntax
'Declaration
 
Public ReadOnly Property Focused As Boolean
 
'Usage
 
Dim instance As DateShortHourField
Dim value As Boolean
 
value = instance.Focused

Property Value

true if the Field contains the input focus, otherwise, false.
See Also