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 値のビットごとの組み合わせ。
注釈
SetBoundsCoreプロパティが または Right に設定され、 Dock プロパティが にLeft設定されている場合、AutoSizeメソッドは width を無視しますtrue
。
SetBoundsCoreプロパティが または Bottom に設定されAutoSize、 Dock プロパティが にTop設定true
されている場合、高さは無視されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET