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

定義

ComboBox のサイズと位置を設定します。

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

コントロールの水平方向の位置 (ピクセル単位)。

y
Int32

コントロールの垂直方向の位置 (ピクセル単位)。

width
Int32

コントロールの幅 (ピクセル単位)。

height
Int32

コントロールの高さ (ピクセル単位)。

specified
BoundsSpecified

BoundsSpecified 値のいずれか 1 つ。

適用対象