MonthCalendar.SetBoundsCore Método

Definición

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 Right del control.

width
Int32

Nuevo valor de la propiedad Width del control.

height
Int32

Nuevo valor de la propiedad Height del control.

specified
BoundsSpecified

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

Se aplica a