Gets the default size for new instances of the class.
Source position: extctrls.pp line 638
protected class function TBevel.GetControlClassDefaultSize: TSize; override; |
Default size for a new instance of the class.
GetControlClassDefaultSize is an overridden TSize class function used to get the default size for new instances of the class. GetControlClassDefaultSize sets the dimensions in the return value to 50 pixels x 50 pixels.
|
Returns the default size for this class of controls (when added to a form). |