ToolStripOverflowButton.SetBounds(Rectangle) Método

Definición

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

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

Parámetros

bounds
Rectangle

Un objeto Rectangle que representa el tamaño y la ubicación del control ToolStripOverflowButton.

Se aplica a