Windowless Property
Syntax
Object.Windowless
Data Type
Applies To
Purpose
Specifies if the control has a window.
Remarks
The CWGraph3D control behaves better when Windowless is set to False
In some containers, Windowless controls will flicker when updating. Flickering is the result of container behavior and cannot be avoided by the control. In containers where Windowless controls flicker, you should turn the Windowless property off.
Example
'Set the property to False so that it has a window.
CWGraph3D1.Windowless = False