ToolStripButton::GetPreferredSize Method (Size)

 

Retrieves the size of a rectangular area into which a ToolStripButton can be fitted.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual Size GetPreferredSize(
	Size constrainingSize
) override

Parameters

constrainingSize
Type: System.Drawing::Size

The specified area for a ToolStripButton.

Return Value

Type: System.Drawing::Size

An ordered pair of type Size representing the width and height of a rectangle.

.NET Framework
Available since 2.0
Return to top
Show: