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

Tanım

Denetimin belirtilen sınırlarını ToolBar ayarlar.

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

Kullanılmadı.

specified
BoundsSpecified

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

Açıklamalar

SetBoundsCore özellik veya AutoSize Right ve özelliği olarak ayarlandıysa Dock Left trueyöntemi genişliği yoksayar. SetBoundsCoreözelliği veya Bottom ve özelliği olarak ayarlandıysa Top Dock trueyüksekliği yoksayar.AutoSize

Şunlara uygulanır