<ControlName>.UnTheme

<< Click to Display Table of Contents >>

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

<ControlName>.UnTheme

 

Description

 

Resets the visual state of control to the state without Windows visual theme.

 

Syntax

 

<controlName>.UnTheme

 

Returns

 

None

 

Remarks

 

Restrictions

 

See also

 

Examples

 

control add label button "close", hDlg, %IDCANCEL"", 5, 5, 100, 5

 

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

myTitle.UnTheme