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


In This Topic
Focused Property (DateDayField)
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 DateDayField
Dim value As Boolean
 
value = instance.Focused

Property Value

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