ToolStripStatusLabel 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表 StatusStrip 控制項中的面板。
public ref class ToolStripStatusLabel : System::Windows::Forms::ToolStripLabel
public ref class ToolStripStatusLabel : System::Windows::Forms::ToolStripLabel, System::Windows::Forms::Automation::IAutomationLiveRegion
[System.Windows.Forms.Design.ToolStripItemDesignerAvailability(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.StatusStrip)]
public class ToolStripStatusLabel : System.Windows.Forms.ToolStripLabel
[System.Windows.Forms.Design.ToolStripItemDesignerAvailability(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.StatusStrip)]
public class ToolStripStatusLabel : System.Windows.Forms.ToolStripLabel, System.Windows.Forms.Automation.IAutomationLiveRegion
[<System.Windows.Forms.Design.ToolStripItemDesignerAvailability(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.StatusStrip)>]
type ToolStripStatusLabel = class
inherit ToolStripLabel
[<System.Windows.Forms.Design.ToolStripItemDesignerAvailability(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.StatusStrip)>]
type ToolStripStatusLabel = class
inherit ToolStripLabel
interface IAutomationLiveRegion
Public Class ToolStripStatusLabel
Inherits ToolStripLabel
Public Class ToolStripStatusLabel
Inherits ToolStripLabel
Implements IAutomationLiveRegion
- 繼承
- 繼承
-
ToolStripStatusLabel
- 屬性
- 實作
範例
下列程式碼範例示範 ToolStripStatusLabel 具有各種通用屬性集的 。
using System;
using System.Text;
using System.Windows.Forms;
namespace WindowsApplication5
{
public class Form1 : Form
{
private StatusStrip statusStrip1;
private ToolStripStatusLabel toolStripStatusLabel1;
public Form1()
{
InitializeComponent();
}
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.Run(new Form1());
}
private void InitializeComponent()
{
statusStrip1 = new System.Windows.Forms.StatusStrip();
toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
statusStrip1.SuspendLayout();
SuspendLayout();
//
// statusStrip1
//
statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
toolStripStatusLabel1});
statusStrip1.Location = new System.Drawing.Point(0, 248);
statusStrip1.Name = "statusStrip1";
statusStrip1.Size = new System.Drawing.Size(292, 25);
statusStrip1.TabIndex = 0;
statusStrip1.Text = "statusStrip1";
//
//
toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
toolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.Raised;
toolStripStatusLabel1.IsLink = true;
toolStripStatusLabel1.Name = "toolStripStatusLabel1";
toolStripStatusLabel1.Size = new System.Drawing.Size(246, 20);
toolStripStatusLabel1.Spring = true;
toolStripStatusLabel1.Text = "toolStripStatusLabel1";
toolStripStatusLabel1.Alignment = ToolStripItemAlignment.Left;
// Form1
//
ClientSize = new System.Drawing.Size(292, 273);
Controls.Add(statusStrip1);
Name = "Form1";
statusStrip1.ResumeLayout(false);
statusStrip1.PerformLayout();
ResumeLayout(false);
PerformLayout();
}
}
}
Imports System.Text
Imports System.Windows.Forms
Public Class Form1
Inherits Form
Private statusStrip1 As StatusStrip
Private toolStripStatusLabel1 As ToolStripStatusLabel
Public Sub New()
InitializeComponent()
End Sub
<STAThread()> _
Shared Sub Main()
Application.EnableVisualStyles()
Application.Run(New Form1())
End Sub
Private Sub InitializeComponent()
statusStrip1 = New System.Windows.Forms.StatusStrip()
toolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
statusStrip1.SuspendLayout()
SuspendLayout()
'
' statusStrip1
'
statusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {toolStripStatusLabel1})
statusStrip1.Location = New System.Drawing.Point(0, 248)
statusStrip1.Name = "statusStrip1"
statusStrip1.Size = New System.Drawing.Size(292, 25)
statusStrip1.TabIndex = 0
statusStrip1.Text = "statusStrip1"
'
'
toolStripStatusLabel1.BorderSides = CType(System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom, System.Windows.Forms.ToolStripStatusLabelBorderSides)
toolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.Raised
toolStripStatusLabel1.IsLink = True
toolStripStatusLabel1.Name = "toolStripStatusLabel1"
toolStripStatusLabel1.Size = New System.Drawing.Size(246, 20)
toolStripStatusLabel1.Spring = True
toolStripStatusLabel1.Text = "toolStripStatusLabel1"
toolStripStatusLabel1.Alignment = ToolStripItemAlignment.Left
' Form1
'
ClientSize = New System.Drawing.Size(292, 273)
Controls.Add(statusStrip1)
Name = "Form1"
statusStrip1.ResumeLayout(False)
statusStrip1.PerformLayout()
ResumeLayout(False)
PerformLayout()
End Sub
End Class
備註
ToolStripStatusLabel是 專為 在 中使用的 StatusStrip 設計版本 ToolStripLabel 。 特殊功能包括 BorderStyle 、 BorderSides 和 Spring 。
ToolStripStatusLabel可以包含可反映應用程式狀態的文字或圖示。 使用 類別 ToolStripItemCollection 來尋找、新增或移除 ToolStripStatusLabel 物件。
ToolStripStatusLabel 取代 並擴充在 .NET 5 中移除的 StatusBarPanel 控制項。
建構函式
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 時顯示指定的影像和文字,並執行指定的動作。 |
屬性
方法
事件
明確介面實作
IDropTarget.OnDragDrop(DragEventArgs) |
引發 DragDrop 事件。 (繼承來源 ToolStripItem) |
IDropTarget.OnDragEnter(DragEventArgs) |
引發 DragEnter 事件。 (繼承來源 ToolStripItem) |
IDropTarget.OnDragLeave(EventArgs) |
引發 DragLeave 事件。 (繼承來源 ToolStripItem) |
IDropTarget.OnDragOver(DragEventArgs) |
引發 |