Label.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ラベルの指定した境界を設定します。
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)
パラメーター
- specified
- BoundsSpecified
BoundsSpecified 値のビットごとの組み合わせ。 指定されていないパラメーターについては、現在の値が使用されます。
注釈
プロパティtrue
をAutoSize設定すると、ラベルの内容に合わせてラベルのサイズが変更されます。 メソッドの呼び出し後にfalse
設定AutoSizeした場合、ラベルは呼び出SetBoundsCoreしで指定したディメンションを受け取ります。