ToolStripStatusLabelBorderSidesとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ToolStripStatusLabelBorderSidesの意味・解説 

ToolStripStatusLabel.BorderSides プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

ToolStripStatusLabel のどの側に境界線表示するかを示す値を取得または設定します

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

Public Property BorderSides As
 ToolStripStatusLabelBorderSides
Dim instance As ToolStripStatusLabel
Dim value As ToolStripStatusLabelBorderSides

value = instance.BorderSides

instance.BorderSides = value
public ToolStripStatusLabelBorderSides BorderSides { get;
 set; }
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;
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ToolStripStatusLabel クラス
ToolStripStatusLabel メンバ
System.Windows.Forms 名前空間

ToolStripStatusLabelBorderSides 列挙体

メモ : この列挙体は、.NET Framework version 2.0新しく追加されたものです。

ToolStripStatusLabel のどの側に境界線付けるのかを指定します

この列挙体には、メンバ値のビットごとの組み合わせ可能にする FlagsAttribute 属性含まれています。

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

<FlagsAttribute> _
<ComVisibleAttribute(True)> _
Public Enumeration ToolStripStatusLabelBorderSides
Dim instance As ToolStripStatusLabelBorderSides
[FlagsAttribute] 
[ComVisibleAttribute(true)] 
public enum ToolStripStatusLabelBorderSides
[FlagsAttribute] 
[ComVisibleAttribute(true)] 
public enum class ToolStripStatusLabelBorderSides
/** @attribute FlagsAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
public enum ToolStripStatusLabelBorderSides
FlagsAttribute 
ComVisibleAttribute(true) 
public enum ToolStripStatusLabelBorderSides
メンバメンバ
 メンバ説明
AllToolStripStatusLabelすべての側に境界線付けます。 
BottomToolStripStatusLabel下側にのみ境界線付けます。 
LeftToolStripStatusLabel左側にのみ境界線付けます。 
NoneToolStripStatusLabel には境界線付けません。 
RightToolStripStatusLabel右側にのみ境界線付けます。 
TopToolStripStatusLabel の上側にのみ境界線付けます。 
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ToolStripStatusLabelBorderSides」の関連用語

ToolStripStatusLabelBorderSidesのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ToolStripStatusLabelBorderSidesのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS