ControlPaint::DrawComboButton Method (Graphics^, Int32, Int32, Int32, Int32, ButtonState)
.NET Framework (current version)
Draws a drop-down button on a combo box control in the specified state, on the specified graphics surface, and within the specified bounds.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: static void DrawComboButton( Graphics^ graphics, int x, int y, int width, int height, ButtonState state )
Parameters
- graphics
-
Type:
System.Drawing::Graphics^
The Graphics to draw on.
- x
-
Type:
System::Int32
The x-coordinate of the top left of the border rectangle.
- y
-
Type:
System::Int32
The y-coordinate of the top left of the border rectangle.
- width
-
Type:
System::Int32
The width of the combo box.
- height
-
Type:
System::Int32
The height of the combo box.
- state
-
Type:
System.Windows.Forms::ButtonState
A bitwise combination of the ButtonState values that specifies the state to draw the combo box in.
.NET Framework
Available since 1.1
Available since 1.1
Show: