ToolStripSeparator.GetPreferredSize(Size) Method

Definition

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

public:
 override System::Drawing::Size GetPreferredSize(System::Drawing::Size constrainingSize);
public override System.Drawing.Size GetPreferredSize (System.Drawing.Size constrainingSize);
override this.GetPreferredSize : System.Drawing.Size -> System.Drawing.Size
Public Overrides Function GetPreferredSize (constrainingSize As Size) As Size

Parameters

constrainingSize
Size

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

Returns

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

Applies to