AdvancedCheckBoxGetPreferredSize Method
Retrieves the size of a rectangular area into which a control can be fitted.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public override Size GetPreferredSize(
Size proposedSize
)
Public Overrides Function GetPreferredSize (
proposedSize As Size
) As Size
public:
virtual Size GetPreferredSize(
Size proposedSize
) override
abstract GetPreferredSize :
proposedSize : Size -> Size
override GetPreferredSize :
proposedSize : Size -> Size
- proposedSize Size
- The custom-sized area for a control.
Size
An ordered pair of type
Size representing the width and height of a rectangle.