ToolStripStatusLabel Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ToolStripStatusLabel.

Przeciążenia

ToolStripStatusLabel()

Inicjuje nowe wystąpienie klasy ToolStripStatusLabel.

ToolStripStatusLabel(Image)

Inicjuje ToolStripStatusLabel nowe wystąpienie klasy wyświetlające określony obraz.

ToolStripStatusLabel(String)

Inicjuje ToolStripStatusLabel nowe wystąpienie klasy, które wyświetla określony tekst.

ToolStripStatusLabel(String, Image)

Inicjuje ToolStripStatusLabel nowe wystąpienie klasy wyświetlające określony obraz i tekst.

ToolStripStatusLabel(String, Image, EventHandler)

Inicjuje ToolStripStatusLabel nowe wystąpienie klasy, które wyświetla określony obraz i tekst, i wykonuje określoną akcję, gdy użytkownik kliknie element ToolStripStatusLabel.

ToolStripStatusLabel(String, Image, EventHandler, String)

Inicjuje nowe wystąpienie ToolStripStatusLabel klasy o określonej nazwie, która wyświetla określony obraz i tekst, i wykonuje określoną akcję, gdy użytkownik kliknie ToolStripStatusLabelelement .

ToolStripStatusLabel()

Inicjuje nowe wystąpienie klasy ToolStripStatusLabel.

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

Dotyczy

ToolStripStatusLabel(Image)

Inicjuje ToolStripStatusLabel nowe wystąpienie klasy wyświetlające określony obraz.

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)

Parametry

image
Image

Element Image , który jest wyświetlany w elemecie ToolStripStatusLabel.

Dotyczy

ToolStripStatusLabel(String)

Inicjuje ToolStripStatusLabel nowe wystąpienie klasy, które wyświetla określony tekst.

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)

Parametry

text
String

Element String reprezentujący tekst, który ma być wyświetlany w obiekcie ToolStripStatusLabel.

Dotyczy

ToolStripStatusLabel(String, Image)

Inicjuje ToolStripStatusLabel nowe wystąpienie klasy wyświetlające określony obraz i tekst.

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)

Parametry

text
String

Element String reprezentujący tekst, który ma być wyświetlany w obiekcie ToolStripStatusLabel.

image
Image

Element Image , który jest wyświetlany w elemecie ToolStripStatusLabel.

Dotyczy

ToolStripStatusLabel(String, Image, EventHandler)

Inicjuje ToolStripStatusLabel nowe wystąpienie klasy, które wyświetla określony obraz i tekst, i wykonuje określoną akcję, gdy użytkownik kliknie element 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)

Parametry

text
String

Element String reprezentujący tekst, który ma być wyświetlany w obiekcie ToolStripStatusLabel.

image
Image

Element Image , który jest wyświetlany w elemecie ToolStripStatusLabel.

onClick
EventHandler

Określa akcję do wykonania po kliknięciu kontrolki.

Dotyczy

ToolStripStatusLabel(String, Image, EventHandler, String)

Inicjuje nowe wystąpienie ToolStripStatusLabel klasy o określonej nazwie, która wyświetla określony obraz i tekst, i wykonuje określoną akcję, gdy użytkownik kliknie ToolStripStatusLabelelement .

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)

Parametry

text
String

Element String reprezentujący tekst, który ma być wyświetlany w obiekcie ToolStripStatusLabel.

image
Image

Element Image , który jest wyświetlany w elemecie ToolStripStatusLabel.

onClick
EventHandler

Określa akcję do wykonania po kliknięciu kontrolki.

name
String

Nazwa elementu ToolStripStatusLabel.

Dotyczy