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

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

StatusStrip.SizingGrip プロパティ

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

サイズ変更ハンドル (グリップ) をコントロール右下端に表示するかどうかを示す値を取得または設定します

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

Dim instance As StatusStrip
Dim value As Boolean

value = instance.SizingGrip

instance.SizingGrip = value
public bool SizingGrip { get;
 set; }
/** @property */
public boolean get_SizingGrip ()

/** @property */
public void set_SizingGrip (boolean value)

プロパティ
グリップ表示する場合trueそれ以外場合false既定値true です。

解説解説
使用例使用例

StatusStrip に、SizingGrip プロパティを含む各種の共通プロパティ設定するためのコード例次に示します

statusStrip1.Dock = System.Windows.Forms.DockStyle.Top
statusStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible
statusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem()
 {toolStripStatusLabel1})
statusStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow
statusStrip1.Location = New System.Drawing.Point(0, 0)
statusStrip1.Name = "statusStrip1"
statusStrip1.ShowItemToolTips = True
statusStrip1.Size = New System.Drawing.Size(292, 22)
statusStrip1.SizingGrip = False
statusStrip1.Stretch = False
statusStrip1.TabIndex = 0
statusStrip1.Text = "statusStrip1"
statusStrip1.Dock = System.Windows.Forms.DockStyle.Top;
statusStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[]
 {
toolStripStatusLabel1});
statusStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
statusStrip1.Location = new System.Drawing.Point(0, 0);
statusStrip1.Name = "statusStrip1";
statusStrip1.ShowItemToolTips = true;
statusStrip1.Size = new System.Drawing.Size(292, 22);
statusStrip1.SizingGrip = false;
statusStrip1.Stretch = false;
statusStrip1.TabIndex = 0;
statusStrip1.Text = "statusStrip1";
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照


このページでは「.NET Framework クラス ライブラリ リファレンス」からStatusStrip.SizingGrip プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からStatusStrip.SizingGrip プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からStatusStrip.SizingGrip プロパティ を検索

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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2025 GRAS Group, Inc.RSS