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 の名前。