SplitContainer.SetBoundsCore Metode

Definisi

Melakukan pekerjaan pengaturan batas kontrol ini yang ditentukan.

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)

Parameter

x
Int32

Nilai properti baru Left kontrol.

y
Int32

Nilai properti baru Top kontrol.

width
Int32

Nilai properti baru Width kontrol.

height
Int32

Nilai properti baru Height kontrol.

specified
BoundsSpecified

Kombinasi bitwise dari BoundsSpecified nilai.

Berlaku untuk

Lihat juga