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

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

ToolStrip.Items プロパティ

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

ToolStrip に属しているすべての項目を取得します

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

Public Overridable ReadOnly
 Property Items As ToolStripItemCollection
Dim instance As ToolStrip
Dim value As ToolStripItemCollection

value = instance.Items
public virtual ToolStripItemCollection Items { get;
 }
public:
virtual property ToolStripItemCollection^ Items {
    ToolStripItemCollection^ get ();
}
/** @property */
public ToolStripItemCollection get_Items ()
public function get Items
 () : ToolStripItemCollection

プロパティ
ToolStrip格納されすべての要素を表す、ToolStripItemCollection 型のオブジェクト

解説解説

表示されている項目だけでなく、ToolStrip追加されすべての項目を取得するには、Items コレクション使用します。項目がオーバーフロー項目のために現在表示されていない場合でも、項目は Items コレクション内に残ります

ToolStrip に現在表示されている項目だけ取得するには、DisplayedItems プロパティ使用します

使用例使用例

項目のコレクションToolStrip追加するコード例次に示します

Me.toolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem()
 {Me.newToolStripButton, Me.openToolStripButton, Me.saveToolStripButton,
 Me.printToolStripButton, Me.toolStripSeparator, Me.cutToolStripButton, Me.copyToolStripButton, Me.pasteToolStripButton,
 Me.toolStripSeparator1, Me.helpToolStripButton})
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[]
 
            {
            this.newToolStripButton,
            this.openToolStripButton,
            this.saveToolStripButton,
            this.printToolStripButton,
            this.toolStripSeparator,
            this.cutToolStripButton,
            this.copyToolStripButton,
            this.pasteToolStripButton,
            this.toolStripSeparator1,
            this.helpToolStripButton});
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



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

辞書ショートカット

すべての辞書の索引

「ToolStrip.Items プロパティ」の関連用語

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

   

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



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

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

©2024 GRAS Group, Inc.RSS