Vcl.Controls.IDockManager.PaintSite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PaintSite(DC: HDC);

C++

virtual void __fastcall PaintSite(HDC DC) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls IDockManager

Description

Paints the elements that surround all docked controls.

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.

See Also