Spread Windows Forms 12.0 Product Documentation
Focused Property (Field)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > Field Class : Focused Property
Gets a value indicating whether the Field has input focus.
Syntax
'Declaration
 
Public ReadOnly Property Focused As Boolean
'Usage
 
Dim instance As Field
Dim value As Boolean
 
value = instance.Focused
public bool Focused {get;}

Property Value

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

Reference

Field Class
Field Members