ToolBar.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) メソッド

定義

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 値のビットごとの組み合わせ。

注釈

SetBoundsCoreプロパティが または Right に設定され、 Dock プロパティが にLeft設定されている場合、AutoSizeメソッドは width を無視しますtrueSetBoundsCoreプロパティが または Bottom に設定されAutoSizeDock プロパティが にTop設定trueされている場合、高さは無視されます。

適用対象