Share

CAdUiPaletteSet::GetBottomReservedHeight

C++

virtual int GetBottomReservedHeight();

Description

This function returns the amount of vertical space, in pixels, that should be reserved at the bottom of the palette set client area for the palette set's own use.

Override this function if the derived palette set class needs to keep some client-area real estate for its own use, in effect decreasing the size of the palettes contained in the palette set. The base class implementation returns zero.

Links

CAdUiPaletteSet Class

Was this information helpful?