ToolStripStatusLabelBorderSides 枚举
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定 ToolStripStatusLabel 的哪些边具有边框。
此枚举支持其成员值的按位组合。
public enum class ToolStripStatusLabelBorderSides
C#
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ToolStripStatusLabelBorderSides
C#
[System.Flags]
public enum ToolStripStatusLabelBorderSides
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ToolStripStatusLabelBorderSides =
[<System.Flags>]
type ToolStripStatusLabelBorderSides =
Public Enum ToolStripStatusLabelBorderSides
- 继承
- 属性
名称 | 值 | 说明 |
---|---|---|
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 |