<ControlName>.Redraw

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Pseudo-object Methods and Properties >

<ControlName>.Redraw

 

Description

 

Redraws the control immediately.

 

Syntax

 

<controlName>.Redraw

 

Returns

 

None

 

Remarks

 

Restrictions

 

See also

 

Examples

 

control add label name "myTitle", hDlg, %lTitle"", 5, 5, 100, 5

 

' No need to use hDlg, %lTitle, you can use the name directly

myTitle.Redraw