|
RAD Studio VCL Reference
|
Draws the caption on the control.
procedure DrawDockCaption(const Canvas: TCanvas; CaptionRect: TRect; State: TParentFormState); virtual;
virtual __fastcall DrawDockCaption(const TCanvas Canvas, TRect CaptionRect, TParentFormState State);
The following parameters are passed in the DrawDockCaption procedure.
|
Parameter |
Description |
|
Canvas |
The canvas object upon which to draw the caption. |
|
CaptionRect |
The defined rectangle in which the caption is to be drawn. |
|
State |
The current state of the parent form. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|