次の方法で共有


ControlPaint.DrawMenuGlyph メソッド

メニュー項目のコントロールのメニュー グリフを描画します。

オーバーロードの一覧

メニュー項目のコントロールの指定したメニュー グリフを、指定した範囲内の指定した表面に描画します。

[Visual Basic] Overloads Public Shared Sub DrawMenuGlyph(Graphics, Rectangle, MenuGlyph)

[C#] public static void DrawMenuGlyph(Graphics, Rectangle, MenuGlyph);

[C++] public: static void DrawMenuGlyph(Graphics*, Rectangle, MenuGlyph);

[JScript] public static function DrawMenuGlyph(Graphics, Rectangle, MenuGlyph);

メニュー項目のコントロールの指定したメニュー グリフを、指定した範囲内の、指定した表面に描画します。

[Visual Basic] Overloads Public Shared Sub DrawMenuGlyph(Graphics, Integer, Integer, Integer, Integer, MenuGlyph)

[C#] public static void DrawMenuGlyph(Graphics, int, int, int, int, MenuGlyph);

[C++] public: static void DrawMenuGlyph(Graphics*, int, int, int, int, MenuGlyph);

[JScript] public static function DrawMenuGlyph(Graphics, int, int, int, int, MenuGlyph);

参照

ControlPaint クラス | ControlPaint メンバ | System.Windows.Forms 名前空間