CNiButton::ReadyState

CNi

Class
CNiButton::
ReadyState
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: OnTextColorNext page: ShowFocusMode    
Public Data Item Declared in:
NiButton.h

'Declaration' icon -- Shortcut to top of page. Declaration

long ReadyState;

'Description' icon -- Shortcut to top of page. 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 CNiButton control use an external image file for its background image. Be aware that when the CNiButton control is loaded, the image may take a long time to load into the control.

'See Also' icon -- Shortcut to top of page. See Also