RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRibbonMainMenuSeparator.CalcBounds Method

Calculates the size of the control.

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

The size of the control depends on many factors, such as the presence of an icon, caption, and shortcuts. CalcBounds computes the boundaries of the control considering these kinds of factors. At the end, it calls SetBounds and other routines to ensure that the values are set properly. 

 

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