Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / DrawFocusRectanglePriv Property


In This Topic
    DrawFocusRectanglePriv Property (ElementWindowless)
    In This Topic
    Internal use only. Draw focus rectangle.
    Syntax
    'Declaration
     
    
    Protected Overridable Property DrawFocusRectanglePriv As DrawFocusRectangle
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As DrawFocusRectangle
     
    instance.DrawFocusRectanglePriv = value
     
    value = instance.DrawFocusRectanglePriv
    protected virtual DrawFocusRectangle DrawFocusRectanglePriv {get; set;}
    See Also