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( _ ByVal graphics As Graphics, _ ByVal rect As Rectangle, _ ByVal state As ButtonState _ ) [C#] public static void DrawComboButton( Graphics graphics, Rectangle rect, ButtonState state ); [C++] public: static void DrawComboButton( Graphics* graphics, Rectangle rect, ButtonState state ); [JScript] public static function DrawComboButton( graphics : Graphics, rect : Rectangle, state : ButtonState );
ControlPaint Class | ControlPaint Members | System.WinForms Namespace | ControlPaint.DrawComboButton Overload List | ButtonState