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 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。