NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ControlPaint.DrawComboButton

[To be supplied.]

Overload List

Draws the drop down button of a Win32 combo box in the given rectangle with the given state.

[Visual Basic] Overloads Public Shared Sub DrawComboButton(Graphics, Integer, Integer, Integer, Integer, ButtonState)
[C#] public static void DrawComboButton(Graphics, int, int, int, int, ButtonState);
[C++] public: static void DrawComboButton(Graphics*, int, int, int, int, ButtonState);
[JScript] public static function DrawComboButton(Graphics, int, int, int, int, ButtonState);

Draws the drop down button of a Win32 combo box in the given rectangle with the given state.

[Visual Basic] Overloads Public Shared Sub DrawComboButton(Graphics, Rectangle, ButtonState)
[C#] public static void DrawComboButton(Graphics, Rectangle, ButtonState);
[C++] public: static void DrawComboButton(Graphics*, Rectangle, ButtonState);
[JScript] public static function DrawComboButton(Graphics, Rectangle, ButtonState);

See Also

ControlPaint Class | ControlPaint Members | System.WinForms Namespace