Spread Windows Forms 12.0 Product Documentation
ContainsFocus Property (ElementWindowless)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : ContainsFocus Property
Gets whether the element currently has the input focus.
Syntax
'Declaration
 
Public Overridable ReadOnly Property ContainsFocus As Boolean
'Usage
 
Dim instance As ElementWindowless
Dim value As Boolean
 
value = instance.ContainsFocus
public virtual 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

ElementWindowless Class
ElementWindowless Members