ToolStripStatusLabel Construtores

Definição

Inicializa uma nova instância da ToolStripStatusLabel classe.

Sobrecargas

Name Description
ToolStripStatusLabel()

Inicializa uma nova instância da ToolStripStatusLabel classe.

ToolStripStatusLabel(Image)

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

ToolStripStatusLabel(String)

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

ToolStripStatusLabel(String, Image)

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

ToolStripStatusLabel(String, Image, EventHandler)

Inicializa uma nova instância da ToolStripStatusLabel classe que apresenta a imagem e o texto especificados, e que executa a ação especificada quando o utilizador clica no ToolStripStatusLabel.

ToolStripStatusLabel(String, Image, EventHandler, String)

Inicializa uma nova instância da ToolStripStatusLabel classe com o nome especificado que apresenta a imagem e o texto especificados, e que executa a ação especificada quando o utilizador 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 ToolStripStatusLabel classe.

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 apresenta 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

E 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 apresenta 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

A String representa o texto a ser apresentado no ToolStripStatusLabelarquivo .

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 mostra 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

A String representa o texto a ser apresentado no ToolStripStatusLabelarquivo .

image
Image

E 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 apresenta a imagem e o texto especificados, e que executa a ação especificada quando o utilizador 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

A String representa o texto a ser apresentado no ToolStripStatusLabelarquivo .

image
Image

E Image que é exibido no ToolStripStatusLabel.

onClick
EventHandler

Especifica a ação a realizar quando o comando é pressionado.

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 apresenta a imagem e o texto especificados, e que executa a ação especificada quando o utilizador 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

A String representa o texto a ser apresentado no ToolStripStatusLabelarquivo .

image
Image

E Image que é exibido no ToolStripStatusLabel.

onClick
EventHandler

Especifica a ação a realizar quando o comando é pressionado.

name
String

O nome do ToolStripStatusLabel.

Aplica-se a