Method GetPreferredSize
- Namespace
- Alternet.FormDesigner.WinForms.Toolbox
- Assembly
- Alternet.FormDesigner.v9.dll
GetPreferredSize(Size)
Retrieves the size of a rectangular area into which a category collection can be fitted.
public override Size GetPreferredSize(Size proposedSize)
Parameters
proposedSize
SizeThe custom-sized area for a control.
Returns
- Size
An ordered pair of type System.Drawing.Size representing the width and height of a rectangle.