ToolStripStatusLabelBorderSides 列挙型

定義

罫線を持つ ToolStripStatusLabel の辺を指定します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

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

フィールド

名前 説明
None 0

ToolStripStatusLabelには罫線がありません。

Left 1

ToolStripStatusLabelの左側にのみ罫線があります。

Top 2

ToolStripStatusLabelの上部にのみ罫線があります。

Right 4

ToolStripStatusLabelの右側にのみ罫線があります。

Bottom 8

ToolStripStatusLabelの下部にのみ罫線があります。

All 15

ToolStripStatusLabelのすべての辺に罫線があります。

適用対象