Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / DrawFocusRectangle Property


In This Topic
    DrawFocusRectangle Property (PSObject)
    In This Topic
    Gets or sets the focus rectangle drawing style in the element.
    Syntax
    'Declaration
     
    
    Public Overrides Property DrawFocusRectangle As DrawFocusRectangle
    'Usage
     
    
    Dim instance As PSObject
    Dim value As DrawFocusRectangle
     
    instance.DrawFocusRectangle = value
     
    value = instance.DrawFocusRectangle
    public override DrawFocusRectangle DrawFocusRectangle {get; set;}
    See Also