ToolStripStatusLabel Construtores

Definição

Inicializa uma nova instância da classe ToolStripStatusLabel.

Sobrecargas

Nome Description
ToolStripStatusLabel()

Inicializa uma nova instância da classe ToolStripStatusLabel.

ToolStripStatusLabel(Image)

Inicializa uma nova instância da ToolStripStatusLabel classe que exibe a imagem especificada.

ToolStripStatusLabel(String)

Inicializa uma nova instância da ToolStripStatusLabel classe que exibe o texto especificado.

ToolStripStatusLabel(String, Image)

Inicializa uma nova instância da ToolStripStatusLabel classe que exibe a imagem e o texto especificados.

ToolStripStatusLabel(String, Image, EventHandler)

Inicializa uma nova instância da ToolStripStatusLabel classe que exibe a imagem e o texto especificados e que executa a ação especificada quando o usuário clica no ToolStripStatusLabel.

ToolStripStatusLabel(String, Image, EventHandler, String)

Inicializa uma nova instância da ToolStripStatusLabel classe com o nome especificado que exibe a imagem e o texto especificados e que executa a ação especificada quando o usuário clica no ToolStripStatusLabel.

ToolStripStatusLabel()

Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs

Inicializa uma nova instância da classe ToolStripStatusLabel.

public:
 ToolStripStatusLabel();
public ToolStripStatusLabel();
Public Sub New ()

Aplica-se a

ToolStripStatusLabel(Image)

Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs

Inicializa uma nova instância da ToolStripStatusLabel classe que exibe a imagem especificada.

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)

Parâmetros

image
Image

Um Image que é exibido no ToolStripStatusLabel.

Aplica-se a

ToolStripStatusLabel(String)

Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs

Inicializa uma nova instância da ToolStripStatusLabel classe que exibe o texto especificado.

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)

Parâmetros

text
String

Um String que representa o texto a ser exibido no ToolStripStatusLabel.

Aplica-se a

ToolStripStatusLabel(String, Image)

Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs

Inicializa uma nova instância da ToolStripStatusLabel classe que exibe a imagem e o texto especificados.

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)

Parâmetros

text
String

Um String que representa o texto a ser exibido no ToolStripStatusLabel.

image
Image

Um Image que é exibido no ToolStripStatusLabel.

Aplica-se a

ToolStripStatusLabel(String, Image, EventHandler)

Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs

Inicializa uma nova instância da ToolStripStatusLabel classe que exibe a imagem e o texto especificados e que executa a ação especificada quando o usuário clica no 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)

Parâmetros

text
String

Um String que representa o texto a ser exibido no ToolStripStatusLabel.

image
Image

Um Image que é exibido no ToolStripStatusLabel.

onClick
EventHandler

Especifica a ação a ser executada quando o controle é clicado.

Aplica-se a

ToolStripStatusLabel(String, Image, EventHandler, String)

Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs
Origem:
ToolStripStatusLabel.cs

Inicializa uma nova instância da ToolStripStatusLabel classe com o nome especificado que exibe a imagem e o texto especificados e que executa a ação especificada quando o usuário clica no 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)

Parâmetros

text
String

Um String que representa o texto a ser exibido no ToolStripStatusLabel.

image
Image

Um Image que é exibido no ToolStripStatusLabel.

onClick
EventHandler

Especifica a ação a ser executada quando o controle é clicado.

name
String

O nome do ToolStripStatusLabel.

Aplica-se a