DrawItemEventArgs クラスの新しいインスタンスを初期化します。
オーバーロードの一覧
フォント、状態、描画する表面、および描画する範囲を指定して、特定のコントロールの DrawItemEventArgs クラスの新しいインスタンスを初期化します。
[Visual Basic] Public Sub New(Graphics, Font, Rectangle, Integer, DrawItemState)
[C#] public DrawItemEventArgs(Graphics, Font, Rectangle, int, DrawItemState);
[C++] public: DrawItemEventArgs(Graphics*, Font*, Rectangle, int, DrawItemState);
[JScript] public function DrawItemEventArgs(Graphics, Font, Rectangle, int, DrawItemState);
フォント、状態、前景色、背景色、描画する表面、および描画する範囲を指定して、特定のコントロールの DrawItemEventArgs クラスの新しいインスタンスを初期化します。
[Visual Basic] Public Sub New(Graphics, Font, Rectangle, Integer, DrawItemState, Color, Color)
[C#] public DrawItemEventArgs(Graphics, Font, Rectangle, int, DrawItemState, Color, Color);
[C++] public: DrawItemEventArgs(Graphics*, Font*, Rectangle, int, DrawItemState, Color, Color);
[JScript] public function DrawItemEventArgs(Graphics, Font, Rectangle, int, DrawItemState, Color, Color);
参照
DrawItemEventArgs クラス | DrawItemEventArgs メンバ | System.Windows.Forms 名前空間