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


In This Topic
    DrawFocusRectangle Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Property DrawFocusRectangle As DrawFocusRectangle
    'Usage
     
    
    Dim instance As IElement
    Dim value As DrawFocusRectangle
     
    instance.DrawFocusRectangle = value
     
    value = instance.DrawFocusRectangle
    DrawFocusRectangle DrawFocusRectangle {get; set;}
    See Also