ControlPaint.DrawComboButton Methode

Definition

Zeichnet eine Dropdown-Schaltfläche in einem Kombinationsfeld-Steuerelement.

Überlädt

DrawComboButton(Graphics, Rectangle, ButtonState)

Zeichnet auf der angegebenen Grafikoberfläche und innerhalb der angegebenen Begrenzungen eine Dropdown-Schaltfläche in einem Kombinationsfeld-Steuerelement im angegebenen Zustand.

DrawComboButton(Graphics, Int32, Int32, Int32, Int32, ButtonState)

Zeichnet auf der angegebenen Grafikoberfläche und innerhalb der angegebenen Begrenzungen eine Dropdown-Schaltfläche in einem Kombinationsfeld-Steuerelement im angegebenen Zustand.

DrawComboButton(Graphics, Rectangle, ButtonState)

Zeichnet auf der angegebenen Grafikoberfläche und innerhalb der angegebenen Begrenzungen eine Dropdown-Schaltfläche in einem Kombinationsfeld-Steuerelement im angegebenen Zustand.

public:
 static void DrawComboButton(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle rectangle, System::Windows::Forms::ButtonState state);
public static void DrawComboButton (System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state);
static member DrawComboButton : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.ButtonState -> unit
Public Shared Sub DrawComboButton (graphics As Graphics, rectangle As Rectangle, state As ButtonState)

Parameter

graphics
Graphics

Die Instanz von Graphics, in der gezeichnet werden soll.

rectangle
Rectangle

Das Rectangle, das die Abmessungen des Kombinationsfelds darstellt.

state
ButtonState

Eine bitweise Kombination der ButtonState-Werte, die den Zustand für das Zeichnen des Kombinationsfelds angibt.

Gilt für:

DrawComboButton(Graphics, Int32, Int32, Int32, Int32, ButtonState)

Zeichnet auf der angegebenen Grafikoberfläche und innerhalb der angegebenen Begrenzungen eine Dropdown-Schaltfläche in einem Kombinationsfeld-Steuerelement im angegebenen Zustand.

public:
 static void DrawComboButton(System::Drawing::Graphics ^ graphics, int x, int y, int width, int height, System::Windows::Forms::ButtonState state);
public static void DrawComboButton (System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state);
static member DrawComboButton : System.Drawing.Graphics * int * int * int * int * System.Windows.Forms.ButtonState -> unit
Public Shared Sub DrawComboButton (graphics As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, state As ButtonState)

Parameter

graphics
Graphics

Die Instanz von Graphics, in der gezeichnet werden soll.

x
Int32

Die x-Koordinate der oberen linken Seite des Rahmenrechtecks.

y
Int32

Die y-Koordinate der oberen linken Seite des Rahmenrechtecks.

width
Int32

Die Breite des Kombinationsfelds.

height
Int32

Die Höhe des Kombinationsfelds.

state
ButtonState

Eine bitweise Kombination der ButtonState-Werte, die den Zustand für das Zeichnen des Kombinationsfelds angibt.

Gilt für: