バージョン 24.2 (最新)

SetBoundsCore メソッド (UltraMonthViewMulti)

このコントロールの指定された範囲の設定作業を実行します。
シンタックス
protected override void SetBoundsCore( 
   int x,
   int y,
   int width,
   int height,
   BoundsSpecified specified
)

パラメータ

x
コントロールの新しい System.Windows.Forms.Control.Left プロパティ値。
y
コントロールの新しい System.Windows.Forms.Control.Top プロパティ値。
width
コントロールの新しい System.Windows.Forms.Control.Width プロパティ値。
height
コントロールの新しい System.Windows.Forms.Control.Height プロパティ値。
specified
System.Windows.Forms.BoundsSpecified 値のビット単位の組み合わせ。
参照