ToolStripStatusLabel 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ToolStripStatusLabel 類別的新執行個體。
多載
ToolStripStatusLabel() |
初始化 ToolStripStatusLabel 類別的新執行個體。 |
ToolStripStatusLabel(Image) |
初始化 ToolStripStatusLabel 類別的新執行個體,以便顯示指定的影像。 |
ToolStripStatusLabel(String) |
初始化 ToolStripStatusLabel 類別的新執行個體,以便顯示指定的文字。 |
ToolStripStatusLabel(String, Image) |
初始化 ToolStripStatusLabel 類別的新執行個體,以便顯示指定的影像和文字。 |
ToolStripStatusLabel(String, Image, EventHandler) |
初始化 ToolStripStatusLabel 類別的新執行個體,以便在使用者按下 ToolStripStatusLabel 時顯示指定的影像和文字,並執行指定的動作。 |
ToolStripStatusLabel(String, Image, EventHandler, String) |
使用指定的名稱初始化 ToolStripStatusLabel 類別的新執行個體,以便在使用者按下 ToolStripStatusLabel 時顯示指定的影像和文字,並執行指定的動作。 |
ToolStripStatusLabel()
初始化 ToolStripStatusLabel 類別的新執行個體。
public:
ToolStripStatusLabel();
public ToolStripStatusLabel ();
Public Sub New ()
適用於
ToolStripStatusLabel(Image)
初始化 ToolStripStatusLabel 類別的新執行個體,以便顯示指定的影像。
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)
參數
- image
- Image
顯示在 Image 上的 ToolStripStatusLabel。
適用於
ToolStripStatusLabel(String)
初始化 ToolStripStatusLabel 類別的新執行個體,以便顯示指定的文字。
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)
參數
- text
- String
String,代表要顯示在 ToolStripStatusLabel 上的文字。
適用於
ToolStripStatusLabel(String, Image)
初始化 ToolStripStatusLabel 類別的新執行個體,以便顯示指定的影像和文字。
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)
參數
- text
- String
String,代表要顯示在 ToolStripStatusLabel 上的文字。
- image
- Image
顯示在 Image 上的 ToolStripStatusLabel。
適用於
ToolStripStatusLabel(String, Image, EventHandler)
初始化 ToolStripStatusLabel 類別的新執行個體,以便在使用者按下 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)
參數
- text
- String
String,代表要顯示在 ToolStripStatusLabel 上的文字。
- image
- Image
顯示在 Image 上的 ToolStripStatusLabel。
- onClick
- EventHandler
指定當控制項被按下時要執行的動作。
適用於
ToolStripStatusLabel(String, Image, EventHandler, String)
使用指定的名稱初始化 ToolStripStatusLabel 類別的新執行個體,以便在使用者按下 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)
參數
- text
- String
String,代表要顯示在 ToolStripStatusLabel 上的文字。
- image
- Image
顯示在 Image 上的 ToolStripStatusLabel。
- onClick
- EventHandler
指定當控制項被按下時要執行的動作。
- name
- String
ToolStripStatusLabel 的名稱。