RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomButtonControl.CalcBounds Method

Calculates the size of the control.

Pascal
procedure CalcBounds; override;
C++
virtual __fastcall CalcBounds();

This method is largely the same as CalcBounds (TCustomActionControl), with one minor exception. The width of the control is set to be one pixel wider. For more information, see the documentation for the inherited method. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!