ControlPaint.DrawMixedCheckBox Methode

Definitie

Hiermee tekent u een besturingselement voor een selectievakje met drie statussen.

Overloads

Name Description
DrawMixedCheckBox(Graphics, Rectangle, ButtonState)

Hiermee tekent u een besturingselement met drie statussen in de opgegeven status, op het opgegeven grafische oppervlak en binnen de opgegeven grenzen.

DrawMixedCheckBox(Graphics, Int32, Int32, Int32, Int32, ButtonState)

Hiermee tekent u een besturingselement met drie statussen in de opgegeven status, op het opgegeven grafische oppervlak en binnen de opgegeven grenzen.

DrawMixedCheckBox(Graphics, Rectangle, ButtonState)

Bron:
ControlPaint.cs
Bron:
ControlPaint.cs
Bron:
ControlPaint.cs
Bron:
ControlPaint.cs
Bron:
ControlPaint.cs

Hiermee tekent u een besturingselement met drie statussen in de opgegeven status, op het opgegeven grafische oppervlak en binnen de opgegeven grenzen.

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

Parameters

graphics
Graphics

De Graphics te tekenen.

rectangle
Rectangle

De Rectangle afmetingen van het selectievakje.

state
ButtonState

Een bitsgewijze combinatie van de ButtonState waarden waarmee de status wordt opgegeven om het selectievakje in te tekenen.

Zie ook

Van toepassing op

DrawMixedCheckBox(Graphics, Int32, Int32, Int32, Int32, ButtonState)

Bron:
ControlPaint.cs
Bron:
ControlPaint.cs
Bron:
ControlPaint.cs
Bron:
ControlPaint.cs
Bron:
ControlPaint.cs

Hiermee tekent u een besturingselement met drie statussen in de opgegeven status, op het opgegeven grafische oppervlak en binnen de opgegeven grenzen.

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

Parameters

graphics
Graphics

De Graphics te tekenen.

x
Int32

De x-coördinaat van de linkerbovenhoek van de tekenrechthoek.

y
Int32

De y-coördinaat van de linkerbovenhoek van de tekenrechthoek.

width
Int32

De breedte van het selectievakje.

height
Int32

De hoogte van het selectievakje.

state
ButtonState

Een bitsgewijze combinatie van de ButtonState waarden waarmee de status wordt opgegeven om het selectievakje in te tekenen.

Zie ook

Van toepassing op