Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Framework.Spread.InputMan.CellType.Views.Windows Namespace / ElementContainerControl Class / Focused Property


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

Property Value

true if the control has focus; otherwise, false.
See Also