Język

ToolStripStatusLabel Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ToolStripStatusLabel.

Przeciążenia

Nazwa Opis
ToolStripStatusLabel()

Inicjuje nowe wystąpienie klasy ToolStripStatusLabel.

ToolStripStatusLabel(Image)

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

ToolStripStatusLabel(String)

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

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()

Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs

Inicjuje nowe wystąpienie klasy ToolStripStatusLabel.

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

Dotyczy

ToolStripStatusLabel(Image)

Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs

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

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)

Parametry

image
Image

Element Image wyświetlany w elemecie ToolStripStatusLabel.

Dotyczy

ToolStripStatusLabel(String)

Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs

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

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)

Parametry

text
String

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

Dotyczy

ToolStripStatusLabel(String, Image)

Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs

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);
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 wyświetlany w elemecie ToolStripStatusLabel.

Dotyczy

ToolStripStatusLabel(String, Image, EventHandler)

Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs

Inicjuje nowe wystąpienie ToolStripStatusLabel klasy, 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);
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)

Parametry

text
String

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

image
Image

Element Image wyświetlany w elemecie ToolStripStatusLabel.

onClick
EventHandler

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

Dotyczy

ToolStripStatusLabel(String, Image, EventHandler, String)

Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs
Źródło:
ToolStripStatusLabel.cs

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);
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 wyświetlany w elemecie ToolStripStatusLabel.

onClick
EventHandler

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

name
String

Nazwa elementu ToolStripStatusLabel.

Dotyczy