ToolStripItem.SetBounds(Rectangle) Metoda

Definice

Nastaví velikost a umístění položky.

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)

Parametry

bounds
Rectangle

A Rectangle , který představuje velikost a umístění ToolStripItem.

Platí pro

Viz také