CNiKnob::ImmediateUpdates

CNi

Class
CNiKnob::
ImmediateUpdates
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: ForeColorNext page: IncDecValue    
Public Data Item Declared in:
NiKnob.h

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

bool ImmediateUpdates;

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

Specifies if the control draws new data as soon as it is available or if the form refreshes the control when it draws other controls.

Notes:

1. Set this property to true to guarantee that the control is redrawn every time a change is made.

2. Set this property to false to skip redrawing for other events.

3. You can set this property to false to update several pointers without the control redrawing for each pointer update.

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