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


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