CalculatePreferredSize calls inherited method then supplies its own values if any are missing.
Source position: comctrls.pp line 147
protected procedure TStatusBar.CalculatePreferredSize( |
var PreferredWidth: Integer; |
var PreferredHeight: Integer; |
WithThemeSpace: Boolean |
); override; |
|
Override this method to return the preferred height and width for the control. |