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