C++
virtual int GetTopReservedHeight();
Description
This function returns the amount of palette set client area vertical space, in pixels, that should be reserved at the top of the 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.