Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / Redraw Property


In This Topic
    Redraw Property (ElementWithButtons)
    In This Topic
    Gets or sets whether the element is allowed to paint.
    Syntax
    'Declaration
     
    
    Public Overrides Property Redraw As Boolean
    'Usage
     
    
    Dim instance As ElementWithButtons
    Dim value As Boolean
     
    instance.Redraw = value
     
    value = instance.Redraw
    public override bool Redraw {get; set;}
    See Also