MonthCalendar.SetBoundsCore Metoda

Definice

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)

Parametry

x
Int32

Nová Left hodnota vlastnosti ovládacího prvku.

y
Int32

Nová Right hodnota vlastnosti ovládacího prvku.

width
Int32

Nová Width hodnota vlastnosti ovládacího prvku.

height
Int32

Nová Height hodnota vlastnosti ovládacího prvku.

specified
BoundsSpecified

Bitové kombinace BoundsSpecified hodnot.

Platí pro