ToolStripItem.SetBounds(Rectangle) Method

Definition

Sets the size and location of the item.

protected public:
 virtual void SetBounds(System::Drawing::Rectangle bounds);
protected internal virtual void SetBounds (System.Drawing.Rectangle bounds);
abstract member SetBounds : System.Drawing.Rectangle -> unit
override this.SetBounds : System.Drawing.Rectangle -> unit
Protected Friend Overridable Sub SetBounds (bounds As Rectangle)

Parameters

bounds
Rectangle

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

Applies to

See also