ControlPaint.DrawComboButton メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンボ ボックス コントロールのドロップダウン ボタンを描画します。
オーバーロード
DrawComboButton(Graphics, Rectangle, ButtonState) |
コンボ ボックス コントロールのドロップダウン ボタンを、指定した状態で、指定したグラフィックスの表面の指定した範囲内に描画します。 |
DrawComboButton(Graphics, Int32, Int32, Int32, Int32, ButtonState) |
コンボ ボックス コントロールのドロップダウン ボタンを、指定した状態で、指定したグラフィックスの表面の指定した範囲内に描画します。 |
DrawComboButton(Graphics, Rectangle, ButtonState)
コンボ ボックス コントロールのドロップダウン ボタンを、指定した状態で、指定したグラフィックスの表面の指定した範囲内に描画します。
public:
static void DrawComboButton(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle rectangle, System::Windows::Forms::ButtonState state);
public static void DrawComboButton (System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state);
static member DrawComboButton : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.ButtonState -> unit
Public Shared Sub DrawComboButton (graphics As Graphics, rectangle As Rectangle, state As ButtonState)
パラメーター
- state
- ButtonState
描画するコンボ ボックスの状態を指定する ButtonState 値のビットごとの組み合わせ。
適用対象
DrawComboButton(Graphics, Int32, Int32, Int32, Int32, ButtonState)
コンボ ボックス コントロールのドロップダウン ボタンを、指定した状態で、指定したグラフィックスの表面の指定した範囲内に描画します。
public:
static void DrawComboButton(System::Drawing::Graphics ^ graphics, int x, int y, int width, int height, System::Windows::Forms::ButtonState state);
public static void DrawComboButton (System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state);
static member DrawComboButton : System.Drawing.Graphics * int * int * int * int * System.Windows.Forms.ButtonState -> unit
Public Shared Sub DrawComboButton (graphics As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, state As ButtonState)
パラメーター
- x
- Int32
輪郭の四角形の左上の x 座標。
- y
- Int32
輪郭の四角形の左上の y 座標。
- width
- Int32
コンボ ボックスの幅。
- height
- Int32
コンボ ボックスの高さ。
- state
- ButtonState
描画するコンボ ボックスの状態を指定する ButtonState 値のビットごとの組み合わせ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET