Compartilhar via


ToolStripStatusLabel Construtores

Definição

Inicializa uma nova instância da classe ToolStripStatusLabel.

Sobrecargas

ToolStripStatusLabel()

Inicializa uma nova instância da classe ToolStripStatusLabel.

ToolStripStatusLabel(Image)

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

ToolStripStatusLabel(String)

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

ToolStripStatusLabel(String, Image)

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

ToolStripStatusLabel(String, Image, EventHandler)

Inicializa uma nova instância da classe ToolStripStatusLabel que exibe a imagem e o texto especificados, além de realizar a ação especificada quando o usuário clica no ToolStripStatusLabel.

ToolStripStatusLabel(String, Image, EventHandler, String)

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

ToolStripStatusLabel()

Inicializa uma nova instância da classe ToolStripStatusLabel.

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

Aplica-se a

ToolStripStatusLabel(Image)

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

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 exibido no ToolStripStatusLabel.

Aplica-se a

ToolStripStatusLabel(String)

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

public:
 ToolStripStatusLabel(System::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)

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

public:
 ToolStripStatusLabel(System::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 exibido no ToolStripStatusLabel.

Aplica-se a

ToolStripStatusLabel(String, Image, EventHandler)

Inicializa uma nova instância da classe ToolStripStatusLabel que exibe a imagem e o texto especificados, além de realizar 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);
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 exibido no ToolStripStatusLabel.

onClick
EventHandler

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

Aplica-se a

ToolStripStatusLabel(String, Image, EventHandler, String)

Inicializa uma nova instância da classe ToolStripStatusLabel com o nome especificado que exibe a imagem e o texto especificados, além de realizar 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);
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 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