Share

CAdUiPaletteSet::AutoRollupChanged

C++

virtual void AutoRollupChanged(
    BOOL
);

Description

Called when the auto-rollup state of the palette set changes.

Override this function in the derived class to receive notification each time the auto-rollup state of the palette set changes.

Parameters

Parameters Description
bAutoRollupIsOn True if the new auto-rollup state is on; false if it is off

Links

CAdUiPaletteSet Class

Was this information helpful?