Windowless Property
Syntax
CWButton.Windowless
Data Type
Purpose
Specifies if the control has a window.
Example
'The control has a window
CWButton1.Windowless = False
CWButton.Windowless
Specifies if the control has a window.
'The control has a window
CWButton1.Windowless = False