ControlPaint.DrawMixedCheckBox Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Dessine un contrôle de case à cocher à trois états.
Surcharges
| Nom | Description |
|---|---|
| DrawMixedCheckBox(Graphics, Rectangle, ButtonState) |
Dessine un contrôle de case à cocher à trois états dans l’état spécifié, sur l’aire graphique spécifiée et dans les limites spécifiées. |
| DrawMixedCheckBox(Graphics, Int32, Int32, Int32, Int32, ButtonState) |
Dessine un contrôle de case à cocher à trois états dans l’état spécifié, sur l’aire graphique spécifiée et dans les limites spécifiées. |
DrawMixedCheckBox(Graphics, Rectangle, ButtonState)
- Source:
- ControlPaint.cs
- Source:
- ControlPaint.cs
- Source:
- ControlPaint.cs
- Source:
- ControlPaint.cs
- Source:
- ControlPaint.cs
Dessine un contrôle de case à cocher à trois états dans l’état spécifié, sur l’aire graphique spécifiée et dans les limites spécifiées.
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)
Paramètres
- state
- ButtonState
Combinaison au niveau du bit des ButtonState valeurs qui spécifie l’état dans lequel dessiner la case à cocher.
Voir aussi
S’applique à
DrawMixedCheckBox(Graphics, Int32, Int32, Int32, Int32, ButtonState)
- Source:
- ControlPaint.cs
- Source:
- ControlPaint.cs
- Source:
- ControlPaint.cs
- Source:
- ControlPaint.cs
- Source:
- ControlPaint.cs
Dessine un contrôle de case à cocher à trois états dans l’état spécifié, sur l’aire graphique spécifiée et dans les limites spécifiées.
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)
Paramètres
- x
- Int32
Coordonnée x du coin supérieur gauche du rectangle de dessin.
- y
- Int32
Coordonnée y du coin supérieur gauche du rectangle de dessin.
- width
- Int32
Largeur de la case à cocher.
- height
- Int32
Hauteur de la case à cocher.
- state
- ButtonState
Combinaison au niveau du bit des ButtonState valeurs qui spécifie l’état dans lequel dessiner la case à cocher.