ToolStripItem.SetBounds(Rectangle) Método

Definición

Establece el tamaño y la ubicación del elemento.

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)

Parámetros

bounds
Rectangle

Un Rectangle que representa el tamaño y la ubicación de ToolStripItem

Se aplica a

Consulte también