ToolStripMenuItem::SetBounds Method (Rectangle)

 

Sets the size and location of the ToolStripMenuItem.

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

public protected:
virtual void SetBounds(
	Rectangle rect
) override

Parameters

rect
Type: System.Drawing::Rectangle

A Rectangle that represents the size and location of the ToolStripMenuItem.

.NET Framework
Available since 2.0
Return to top
Show: