MaxCustomControls::CuiUpdatable Interface Reference


Detailed Description

Receives notifications for application Custom User Interface (CUI) changes or updates.

Any component or client interested in being notified of any changes in the application CUI system should implement this interface. This mechanism works with MaxForm through reflection - the MaxForm acts as the observer to the change and recursively traverses all child components in its Control containers and calls UpdateColors() on any component that implements CuiUpdatable.

See also:
ManagedServices.CuiUpdater, MaxCuiBinder
Inheritance diagram for MaxCustomControls::CuiUpdatable:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void  UpdateColors ()
  Called when a change or update has occurred in the application CUI system.

Member Function Documentation

void MaxCustomControls::CuiUpdatable::UpdateColors ( )