ToolStripSeparator::GetPreferredSize Method (Size)

 

Retrieves the size of a rectangular area into which a ToolStripSeparator 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

A Size representing the height and width of the ToolStripSeparator, in pixels.

Return Value

Type: System.Drawing::Size

A Size representing the height and width of the ToolStripSeparator, in pixels.

.NET Framework
Available since 2.0
Return to top
Show: