FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / RedrawFlag Property


In This Topic
RedrawFlag Property (InputTextBox)
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 InputTextBox
Dim value As Boolean
 
instance.RedrawFlag = value
 
value = instance.RedrawFlag
See Also