閱讀英文

共用方式為


ToolStripStatusLabelBorderSides 列舉

定義

指定 ToolStripStatusLabel 的哪一邊具有框線。

此列舉支援其成員值的位元組合。

C#
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ToolStripStatusLabelBorderSides
C#
[System.Flags]
public enum ToolStripStatusLabelBorderSides
繼承
ToolStripStatusLabelBorderSides
屬性

欄位

名稱 Description
All 15

ToolStripStatusLabel 的每一邊都具有框線。

Bottom 8

只有 ToolStripStatusLabel 的下方才有框線。

Left 1

只有 ToolStripStatusLabel 的左邊才有框線。

None 0

ToolStripStatusLabel 沒有任何框線。

Right 4

只有 ToolStripStatusLabel 的右邊才有框線。

Top 2

只有 ToolStripStatusLabel 的上方才有框線。

適用於

產品 版本
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9