ToolStripStatusLabelBorderSides 枚举

定义

指定 ToolStripStatusLabel 的哪一侧具有边框。

此枚举支持其成员值的按位组合。

public enum class ToolStripStatusLabelBorderSides
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ToolStripStatusLabelBorderSides
[System.Flags]
public enum ToolStripStatusLabelBorderSides
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ToolStripStatusLabelBorderSides = 
[<System.Flags>]
type ToolStripStatusLabelBorderSides = 
Public Enum ToolStripStatusLabelBorderSides
继承
ToolStripStatusLabelBorderSides
属性

字段

名称 说明
None 0

ToolStripStatusLabel没有边框。

Left 1

只有边框的 ToolStripStatusLabel 左侧。

Top 2

只有边框的 ToolStripStatusLabel 上侧。

Right 4

只有边框的 ToolStripStatusLabel 右侧。

Bottom 8

只有边框的 ToolStripStatusLabel 底部。

All 15

双方 ToolStripStatusLabel 都有边框。

适用于