Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / DrawFocusRectangle Property


In This Topic
    DrawFocusRectangle Property (IElementStyle)
    In This Topic
    Gets or sets the focus rectangle.
    Syntax
    'Declaration
     
    
    Property DrawFocusRectangle As DrawFocusRectangle
    'Usage
     
    
    Dim instance As IElementStyle
    Dim value As DrawFocusRectangle
     
    instance.DrawFocusRectangle = value
     
    value = instance.DrawFocusRectangle
    DrawFocusRectangle DrawFocusRectangle {get; set;}
    See Also