Spread Windows Forms 12.0 Product Documentation
ContainsFocus Property (ElementControl)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementControl Class : ContainsFocus Property
Gets whether the element currently has the input focus.
Syntax
'Declaration
 
Public Overridable Shadows ReadOnly Property ContainsFocus As Boolean
'Usage
 
Dim instance As ElementControl
Dim value As Boolean
 
value = instance.ContainsFocus
public virtual new bool ContainsFocus {get;}

Property Value

Boolean value: true if element currently has focus; false otherwise
Remarks

This property is available at run time only.

See Also

Reference

ElementControl Class
ElementControl Members