ToolStripStatusLabel Constructeurs
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.
Initialise une nouvelle instance de la classe ToolStripStatusLabel.
Surcharges
| Nom | Description |
|---|---|
| ToolStripStatusLabel() |
Initialise une nouvelle instance de la classe ToolStripStatusLabel. |
| ToolStripStatusLabel(Image) |
Initialise une nouvelle instance de la ToolStripStatusLabel classe qui affiche l’image spécifiée. |
| ToolStripStatusLabel(String) |
Initialise une nouvelle instance de la ToolStripStatusLabel classe qui affiche le texte spécifié. |
| ToolStripStatusLabel(String, Image) |
Initialise une nouvelle instance de la ToolStripStatusLabel classe qui affiche l’image et le texte spécifiés. |
| ToolStripStatusLabel(String, Image, EventHandler) |
Initialise une nouvelle instance de la ToolStripStatusLabel classe qui affiche l’image et le texte spécifiés, et qui exécute l’action spécifiée lorsque l’utilisateur clique sur le ToolStripStatusLabel. |
| ToolStripStatusLabel(String, Image, EventHandler, String) |
Initialise une nouvelle instance de la ToolStripStatusLabel classe avec le nom spécifié qui affiche l’image et le texte spécifiés, et qui exécute l’action spécifiée lorsque l’utilisateur clique sur le ToolStripStatusLabel. |
ToolStripStatusLabel()
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
Initialise une nouvelle instance de la classe ToolStripStatusLabel.
public:
ToolStripStatusLabel();
public ToolStripStatusLabel();
Public Sub New ()
S’applique à
ToolStripStatusLabel(Image)
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
Initialise une nouvelle instance de la ToolStripStatusLabel classe qui affiche l’image spécifiée.
public:
ToolStripStatusLabel(System::Drawing::Image ^ image);
public ToolStripStatusLabel(System.Drawing.Image image);
public ToolStripStatusLabel(System.Drawing.Image? image);
new System.Windows.Forms.ToolStripStatusLabel : System.Drawing.Image -> System.Windows.Forms.ToolStripStatusLabel
Public Sub New (image As Image)
Paramètres
- image
- Image
Qui Image s’affiche sur le ToolStripStatusLabel.
S’applique à
ToolStripStatusLabel(String)
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
Initialise une nouvelle instance de la ToolStripStatusLabel classe qui affiche le texte spécifié.
public:
ToolStripStatusLabel(System::String ^ text);
public ToolStripStatusLabel(string text);
public ToolStripStatusLabel(string? text);
new System.Windows.Forms.ToolStripStatusLabel : string -> System.Windows.Forms.ToolStripStatusLabel
Public Sub New (text As String)
Paramètres
- text
- String
Représentant String le texte à afficher sur le ToolStripStatusLabel.
S’applique à
ToolStripStatusLabel(String, Image)
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
Initialise une nouvelle instance de la ToolStripStatusLabel classe qui affiche l’image et le texte spécifiés.
public:
ToolStripStatusLabel(System::String ^ text, System::Drawing::Image ^ image);
public ToolStripStatusLabel(string text, System.Drawing.Image image);
public ToolStripStatusLabel(string? text, System.Drawing.Image? image);
new System.Windows.Forms.ToolStripStatusLabel : string * System.Drawing.Image -> System.Windows.Forms.ToolStripStatusLabel
Public Sub New (text As String, image As Image)
Paramètres
- text
- String
Représentant String le texte à afficher sur le ToolStripStatusLabel.
- image
- Image
Qui Image s’affiche sur le ToolStripStatusLabel.
S’applique à
ToolStripStatusLabel(String, Image, EventHandler)
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
Initialise une nouvelle instance de la ToolStripStatusLabel classe qui affiche l’image et le texte spécifiés, et qui exécute l’action spécifiée lorsque l’utilisateur clique sur le ToolStripStatusLabel.
public:
ToolStripStatusLabel(System::String ^ text, System::Drawing::Image ^ image, EventHandler ^ onClick);
public ToolStripStatusLabel(string text, System.Drawing.Image image, EventHandler onClick);
public ToolStripStatusLabel(string? text, System.Drawing.Image? image, EventHandler? onClick);
new System.Windows.Forms.ToolStripStatusLabel : string * System.Drawing.Image * EventHandler -> System.Windows.Forms.ToolStripStatusLabel
Public Sub New (text As String, image As Image, onClick As EventHandler)
Paramètres
- text
- String
Représentant String le texte à afficher sur le ToolStripStatusLabel.
- image
- Image
Qui Image s’affiche sur le ToolStripStatusLabel.
- onClick
- EventHandler
Spécifie l’action à effectuer lorsque le contrôle est cliqué.
S’applique à
ToolStripStatusLabel(String, Image, EventHandler, String)
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
- Source:
- ToolStripStatusLabel.cs
Initialise une nouvelle instance de la ToolStripStatusLabel classe avec le nom spécifié qui affiche l’image et le texte spécifiés, et qui exécute l’action spécifiée lorsque l’utilisateur clique sur le ToolStripStatusLabel.
public:
ToolStripStatusLabel(System::String ^ text, System::Drawing::Image ^ image, EventHandler ^ onClick, System::String ^ name);
public ToolStripStatusLabel(string text, System.Drawing.Image image, EventHandler onClick, string name);
public ToolStripStatusLabel(string? text, System.Drawing.Image? image, EventHandler? onClick, string? name);
new System.Windows.Forms.ToolStripStatusLabel : string * System.Drawing.Image * EventHandler * string -> System.Windows.Forms.ToolStripStatusLabel
Public Sub New (text As String, image As Image, onClick As EventHandler, name As String)
Paramètres
- text
- String
Représentant String le texte à afficher sur le ToolStripStatusLabel.
- image
- Image
Qui Image s’affiche sur le ToolStripStatusLabel.
- onClick
- EventHandler
Spécifie l’action à effectuer lorsque le contrôle est cliqué.
- name
- String
Nom du ToolStripStatusLabel.