Windowless Property

3D Graph Control

Windowless Property

Syntax

Object.Windowless

Data Type

Boolean

Applies To

CWGraph3D

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

See Also

CWGraph3D.BackColor