Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / DrawFocusRectangle Property


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