Spread Windows Forms 12.0 Product Documentation
IsCanFocusSet Method (ElementStyle)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementStyle Class : IsCanFocusSet Method
Gets whether the ability of the element to receive focus (CanFocus property) is set.
Syntax
'Declaration
 
Public Overridable Function IsCanFocusSet() As Boolean
'Usage
 
Dim instance As ElementStyle
Dim value As Boolean
 
value = instance.IsCanFocusSet()
public virtual bool IsCanFocusSet()

Return Value

true if the property is set; false otherwise
Remarks
This method determines whether the CanFocus property is set.
See Also

Reference

ElementStyle Class
ElementStyle Members
CanFocus Property