![]() |
ReadyState








Public Data Item |
Declared in: NiKnob.h |
Declaration
long ReadyState;
Description
Returns the ready state of the control. This property is a Boolean that indicates if the control is available for interaction before all of its data has been loaded.
Note: The ready state provides a mechanism for interacting with a control before all its data has been loaded. For example, you can specify that a CNiKnob control use an external image file for its background image. Be aware that when the CNiKnob control is loaded, the image may take a long time to load into the control.