Spread Windows Forms 12.0 Product Documentation
IsDrawFocusRectangleSet Method


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementStyle Class : IsDrawFocusRectangleSet Method
Gets whether the focus rectangle (DrawFocusRectangle property) is set.
Syntax
'Declaration
 
Public Overridable Function IsDrawFocusRectangleSet() As Boolean
'Usage
 
Dim instance As ElementStyle
Dim value As Boolean
 
value = instance.IsDrawFocusRectangleSet()
public virtual bool IsDrawFocusRectangleSet()

Return Value

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

Reference

ElementStyle Class
ElementStyle Members
DrawFocusRectangle Property