Spread Windows Forms 12.0 Product Documentation
Focused Property (ElementContainerControl)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Framework.Spread.InputMan.CellType.Views.Windows Namespace > ElementContainerControl Class : Focused Property
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
public override bool Focused {get;}

Property Value

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

Reference

ElementContainerControl Class
ElementContainerControl Members