ToolStripStatusLabel.BorderSides プロパティ
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Dim instance As ToolStripStatusLabel Dim value As ToolStripStatusLabelBorderSides value = instance.BorderSides instance.BorderSides = value
public: property ToolStripStatusLabelBorderSides BorderSides { ToolStripStatusLabelBorderSides get (); void set (ToolStripStatusLabelBorderSides value); }
/** @property */ public ToolStripStatusLabelBorderSides get_BorderSides () /** @property */ public void set_BorderSides (ToolStripStatusLabelBorderSides value)
public function get BorderSides () : ToolStripStatusLabelBorderSides public function set BorderSides (value : ToolStripStatusLabelBorderSides)
ToolStripStatusLabelBorderSides 値の 1 つ。既定値は None です。

ToolStripStatusLabel に対し、BorderSides プロパティなど、各種の共通プロパティを設定するための構文を次のコード例に示します。
' toolStripStatusLabel1.BorderSides = CType(System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom, System.Windows.Forms.ToolStripStatusLabelBorderSides) toolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.Raised toolStripStatusLabel1.IsLink = True toolStripStatusLabel1.Name = "toolStripStatusLabel1" toolStripStatusLabel1.Size = New System.Drawing.Size(246, 20) toolStripStatusLabel1.Spring = True toolStripStatusLabel1.Text = "toolStripStatusLabel1" toolStripStatusLabel1.Alignment = ToolStripItemAlignment.Left
// toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); toolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.Raised; toolStripStatusLabel1.IsLink = true; toolStripStatusLabel1.Name = "toolStripStatusLabel1"; toolStripStatusLabel1.Size = new System.Drawing.Size(246, 20); toolStripStatusLabel1.Spring = true; toolStripStatusLabel1.Text = "toolStripStatusLabel1"; toolStripStatusLabel1.Alignment = ToolStripItemAlignment.Left;

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


ToolStripStatusLabelBorderSides 列挙体
この列挙体には、メンバ値のビットごとの組み合わせを可能にする FlagsAttribute 属性が含まれています。
名前空間: System.Windows.Formsアセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

<FlagsAttribute> _ <ComVisibleAttribute(True)> _ Public Enumeration ToolStripStatusLabelBorderSides

メンバ名 | 説明 | |
---|---|---|
All | ToolStripStatusLabel のすべての側に境界線を付けます。 | |
Bottom | ToolStripStatusLabel の下側にのみ境界線を付けます。 | |
Left | ToolStripStatusLabel の左側にのみ境界線を付けます。 | |
None | ToolStripStatusLabel には境界線を付けません。 | |
Right | ToolStripStatusLabel の右側にのみ境界線を付けます。 | |
Top | ToolStripStatusLabel の上側にのみ境界線を付けます。 |

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からToolStripStatusLabel.BorderSidesを検索する場合は、下記のリンクをクリックしてください。

- ToolStripStatusLabel.BorderSidesのページへのリンク