ToolBar.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) Método

Definición

Establece los límites especificados del control ToolBar.

protected:
 override void SetBoundsCore(int x, int y, int width, int height, System::Windows::Forms::BoundsSpecified specified);
protected override void SetBoundsCore (int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified);
override this.SetBoundsCore : int * int * int * int * System.Windows.Forms.BoundsSpecified -> unit
Protected Overrides Sub SetBoundsCore (x As Integer, y As Integer, width As Integer, height As Integer, specified As BoundsSpecified)

Parámetros

x
Int32

Nuevo valor de la propiedad Left del control.

y
Int32

Nuevo valor de la propiedad Top del control.

width
Int32

Nuevo valor de la propiedad Width del control.

height
Int32

No se utiliza.

specified
BoundsSpecified

Combinación bit a bit de los valores de BoundsSpecified.

Comentarios

El SetBoundsCore método omite el ancho si la Dock propiedad está establecida Left en o Right y la AutoSize propiedad se establece en true. SetBoundsCore omite el alto si la Dock propiedad está establecida Top en o Bottom y la AutoSize propiedad se establece en true.

Se aplica a