ToolStripStatusLabel.BorderStyle プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ToolStripStatusLabel.BorderStyle プロパティの意味・解説 

ToolStripStatusLabel.BorderStyle プロパティ

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

ToolStripStatusLabel の境界線スタイル取得または設定します

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

Public Property BorderStyle As
 Border3DStyle
Dim instance As ToolStripStatusLabel
Dim value As Border3DStyle

value = instance.BorderStyle

instance.BorderStyle = value
public Border3DStyle BorderStyle { get; set;
 }
public:
property Border3DStyle BorderStyle {
    Border3DStyle get ();
    void set (Border3DStyle value);
}
/** @property */
public Border3DStyle get_BorderStyle ()

/** @property */
public void set_BorderStyle (Border3DStyle
 value)
public function get BorderStyle
 () : Border3DStyle

public function set BorderStyle
 (value : Border3DStyle)

プロパティ
Border3DStyle 値の 1 つ既定値Flat です。

例外例外
例外種類条件

InvalidEnumArgumentException

BorderStyle の値が、Border3DStyle 値の 1 つではありません。

使用例使用例

ToolStripStatusLabel対しBorderStyle プロパティなど、各種の共通プロパティ設定するための構文次のコード例示します

' 
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 名前空間



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

辞書ショートカット

すべての辞書の索引

ToolStripStatusLabel.BorderStyle プロパティのお隣キーワード
検索ランキング

   

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



ToolStripStatusLabel.BorderStyle プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2024 GRAS Group, Inc.RSS