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
属性

フィールド

All 15

ToolStripStatusLabel のすべての側に境界線を付けます。

Bottom 8

ToolStripStatusLabel の下側にのみ境界線を付けます。

Left 1

ToolStripStatusLabel の左側にのみ境界線を付けます。

None 0

ToolStripStatusLabel には境界線を付けません。

Right 4

ToolStripStatusLabel の右側にのみ境界線を付けます。

Top 2

ToolStripStatusLabel の上側にのみ境界線を付けます。

適用対象