[Overview][Types][Classes][Procedures and functions][Index] |
Calculates the cumulative width for all borders and bevels used on the control bar.
Source position: extctrls.pp line 1616
protected function TCustomControlBar.CalcInnerBevelWidth: Integer; |
Number of pixels needed for the bevels and borders on the control bar.
Uses values in the BevelInner, BevelOuter, BevelWidth, and BorderWidth properties to calculate the return value.
Called from the CalculatePreferredSize, CMBorderChanged, and Paint methods.
|
Calculates the preferred height and width used during auto-sizing. |
|
|
Handles the CM_BORDERCHANGED message. |
|
|
Draws the control with its image, decorations, and visible bands. |
|
|
Determines the appearance of the Inner Bevel for the panel (whether raised, lowered, etc.). |
|
|
Determines the appearance of the Outer Bevel for the panel (whether raised, lowered, etc.). |
|
|
Width for a bevel on the panel in pixels. |
|
|
Width of the Border around the control; default is zero. |
Version 4.0 | Generated 2025-05-03 | Home |