C++
void GetAdjustedClientRect( CRect & rect );
Description
When a palette set is docked, a "grabber bar" is drawn within the window's client area. This can cause problems for positioning palette set elements. Use this method to get the adjusted palette set client rect. For example, if the palette set is docked on the side of the application frame, this method will return a rect whose top coordinate is 13 rather than 0. Palette set elements should be positioned within this "adjusted" client rect.
Parameters
Parameters | Description |
---|---|
rect | Input/output reference to a CRect object that will receive the 'adjusted' client rect |