Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / IsDrawFocusRectangleSet Method


In This Topic
    IsDrawFocusRectangleSet Method
    In This Topic
    Gets whether the 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()
    See Also