ControlPaint.DrawScrollButton メソッド

定義

スクロール バー コントロールのスクロール ボタンを描画します。

オーバーロード

DrawScrollButton(Graphics, Rectangle, ScrollButton, ButtonState)

スクロール バー コントロールの指定したスクロール ボタンを、指定した状態で、指定したグラフィックスの表面の指定した範囲内に描画します。

DrawScrollButton(Graphics, Int32, Int32, Int32, Int32, ScrollButton, ButtonState)

スクロール バー コントロールの指定したスクロール ボタンを、指定した状態で、指定したグラフィックスの表面の指定した範囲内に描画します。

DrawScrollButton(Graphics, Rectangle, ScrollButton, ButtonState)

スクロール バー コントロールの指定したスクロール ボタンを、指定した状態で、指定したグラフィックスの表面の指定した範囲内に描画します。

public:
 static void DrawScrollButton(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle rectangle, System::Windows::Forms::ScrollButton button, System::Windows::Forms::ButtonState state);
public static void DrawScrollButton (System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ScrollButton button, System.Windows.Forms.ButtonState state);
static member DrawScrollButton : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.ScrollButton * System.Windows.Forms.ButtonState -> unit
Public Shared Sub DrawScrollButton (graphics As Graphics, rectangle As Rectangle, button As ScrollButton, state As ButtonState)

パラメーター

graphics
Graphics

描画する Graphics

rectangle
Rectangle

グリフの大きさを表す Rectangle

button
ScrollButton

描画するスクロール バーの矢印ボタンの種類を指定する ScrollButton 値の 1 つ。

state
ButtonState

描画するスクロール バーのボタンの状態を指定する ButtonState 値のビットごとの組み合わせ。

こちらもご覧ください

適用対象

DrawScrollButton(Graphics, Int32, Int32, Int32, Int32, ScrollButton, ButtonState)

スクロール バー コントロールの指定したスクロール ボタンを、指定した状態で、指定したグラフィックスの表面の指定した範囲内に描画します。

public:
 static void DrawScrollButton(System::Drawing::Graphics ^ graphics, int x, int y, int width, int height, System::Windows::Forms::ScrollButton button, System::Windows::Forms::ButtonState state);
public static void DrawScrollButton (System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ScrollButton button, System.Windows.Forms.ButtonState state);
static member DrawScrollButton : System.Drawing.Graphics * int * int * int * int * System.Windows.Forms.ScrollButton * System.Windows.Forms.ButtonState -> unit
Public Shared Sub DrawScrollButton (graphics As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, button As ScrollButton, state As ButtonState)

パラメーター

graphics
Graphics

描画する Graphics

x
Int32

描画する四角形の左上隅の x 座標。

y
Int32

描画する四角形の左上隅の y 座標。

width
Int32

スクロール ボタンの幅。

height
Int32

スクロール ボタンの高さ。

button
ScrollButton

描画するスクロール バーの矢印ボタンの種類を指定する ScrollButton 値の 1 つ。

state
ButtonState

描画するスクロール バーのボタンの状態を指定する ButtonState 値のビットごとの組み合わせ。

こちらもご覧ください

適用対象