Share

CAdUiPaletteSet::SetAutoRollup

C++

BOOL SetAutoRollup(
    BOOL bSet = TRUE
);

Description

Enables and disables auto rollup for the palette set.

Setting the auto-rollup state also causes the palette set to react as necessary. For example, it will roll out if auto rollup is disabled and may roll up, depending on the cursor position, if auto rollup is enabled.

Parameters

Parameters Description
bSet True to enable auto rollup; false to disable it

Links

CAdUiPaletteSet Class

Was this information helpful?