MenuItemStyleCollectionEditor.CreateCollectionForm メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)
メモ : このメソッドは、.NET Framework version 2.0 で新しく追加されたものです。
現在の MenuItemStyleCollection オブジェクトを表示および編集するための新しいフォームを作成します。
名前空間: System.Web.UI.Design.WebControls
アセンブリ: System.Design (system.design.dll 内)
構文
Protected Overrides Function CreateCollectionForm As CollectionForm
Dim returnValue As CollectionForm
returnValue = Me.CreateCollectionForm
protected override CollectionForm CreateCollectionForm ()
protected: virtual CollectionForm^ CreateCollectionForm () override
protected CollectionForm CreateCollectionForm ()
protected override function CreateCollectionForm () : CollectionForm
戻り値
MenuItemStyleCollectionEditor として使用する CollectionEditor.CollectionForm のインスタンス。
CreateCollectionForm メソッドは、CreateCollectionForm の基本メソッドを呼び出して、MenuItemStyleCollectionEditor フォームを作成し、フォームのキャプションを書式設定します。
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
関連項目
MenuItemStyleCollectionEditor クラス
MenuItemStyleCollectionEditor メンバ
System.Web.UI.Design.WebControls 名前空間
MenuItemStyle
MenuItemStyleCollection
Menu
MenuDesigner クラス
CollectionEditor