ToolBar.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定 ToolBar 控制項的指定繫結。
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)
參數
- x
- Int32
控制項的新 Left
屬性值。
- y
- Int32
控制項的新 Top
屬性值。
- width
- Int32
控制項的新 Width
屬性值。
- height
- Int32
未使用。
- specified
- BoundsSpecified
BoundsSpecified 值的位元組合。
備註
如果 Dock 屬性設定為 Left 或 Right ,且 屬性設定 true
為 , AutoSize 則 SetBoundsCore 方法會忽略寬度。
SetBoundsCore如果 Dock 屬性設定為 Top 或 Bottom ,且 屬性設定 true
為 ,則會 AutoSize 忽略高度。