C++
void RollOut( bool bDelay = false );
Description
Triggers a roll out of the palette set if auto-rollup is on and the palette set is not docked.
If bDelay is true, the palette set will use an extended rollup delay time. When the parameter is false, the palette set will use the normal delay time for rolling up.
Parameters
Parameters | Description |
---|---|
bDelay | Input Boolean specifying whether or not to roll out the palette set window with an added delay time for rollup |