RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDockManager.PaintSite Method

Paints the elements that surround all docked controls.

Pascal
procedure PaintSite(DC: HDC);
C++
__fastcall PaintSite(HDC DC);

Container controls that use a docking manager call PaintSite when they need to paint their docked child controls. 

DC is the handle to the device context to use when rendering the visual elements that surround the docked controls. 

PaintSite paints the visual elements associated with the docked controls other than the docked controls themselves. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!