Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / RedrawFlag Property


In This Topic
RedrawFlag Property
In This Topic
Gets or sets whether the redraw flag has been set. If the value in the control has changed, it's time to redraw.
Syntax
'Declaration
 
Public Property RedrawFlag As Boolean
 
'Usage
 
Dim instance As SEditTextBox
Dim value As Boolean
 
instance.RedrawFlag = value
 
value = instance.RedrawFlag
See Also