Spread WinForms 15
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
See Also