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

Tanım

boyutunu ve konumunu ComboBoxayarlar.

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 piksel cinsinden yatay konumu.

y
Int32

Denetimin piksel cinsinden dikey konumu.

width
Int32

Denetimin piksel cinsinden genişliği.

height
Int32

Denetimin piksel cinsinden yüksekliği.

specified
BoundsSpecified

Değerlerden BoundsSpecified biri.

Şunlara uygulanır