TabPage.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) Yöntem

Tanım

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)

Parametreler

x
Int32

Denetimin yeni Left özellik değeri.

y
Int32

Denetimin yeni Top özellik değeri.

width
Int32

Denetimin yeni Width özellik değeri.

height
Int32

Denetimin yeni Height özellik değeri.

specified
BoundsSpecified

Değerlerin bit düzeyinde birleşimi BoundsSpecified .

Şunlara uygulanır