Itemsデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Items コンストラクタ | 指定されたUltraWebToolbar要素の項目を格納する新しいコレクションを作成します。 |
名前 | 解説 | |
---|---|---|
All | オブジェクトの配列としてのコレクションを返します。 Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBaseから継承されます。 | |
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。 | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
IsReadOnly | オーバーライドされます。 このコレクションが読み取り専用かどうかを示すブール値を返します。 | |
Item | 指定したインデックスにあるツールバー項目を返します。 | |
Owner | このコレクションの所有コレクションへのパブリックアクセスを取得します。 Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
Add | オーバーロードされます。 TBObjectの基本タイプを持つ UltraWebToolbar 項目をこのコレクションに追加します。 | |
AddButton | オーバーロードされます。 UltraWebToolbar ボタン (または正しいサブクラス) を指定されたテキスト値を含むコレクションに追加します。 | |
AddButtonGroup | オーバーロードされます。 UltraWebToolbar ボタングループをコレクションに追加します。 | |
AddCustom | オーバーロードされます。 カスタムコントロールラッパー(別のWebコントロールを格納できる)をこのコレクションに追加します。 | |
AddLabel | オーバーロードされます。 指定したテキスト キャプションを使用して、UltraWebToolbar ラベルをコレクション追加します。 | |
AddSeparator | UltraWebToolbar セパレーターをコレクションに追加します。 | |
AddTextBox | オーバーロードされます。 指定した初期テキスト値とキーを使用して、UltraWebToolbar テキストボックスをこのコレクションに追加します。 | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
Clone | このコレクションのディープコピーを作成します。 | |
Contains | 指定された項目がコレクションに含まれる場合は true を返します。 Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBaseから継承されます。 | |
CopyTo | 項目を配列にコピーします。 Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBaseから継承されます。 | |
Exists | このキーがあるオブジェクトがすでにコレクションである場合は True を返します。このエディターは項目のキーの入力を要求し、項目を作成する前にそのキーを検証します。 Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBaseから継承されます。 | |
FromKey | Key プロパティに基づくツールバー項目コレクションの文字列インデクサー。 一般的なツールバー項目を返します。 | |
FromKeyButton | Key プロパティに基づく ツールバー項目コレクションの文字列インデクサーー。 | |
FromKeyButtonGroup | TBButtonGroup のインスタンスを返す Key プロパティに基づく ツールバー項目コレクションの文字列インデクサーー。 | |
FromKeyCustom | TBCustom のインスタンスを返す Key プロパティに基づく ツールバー項目コレクションの文字列インデクサーー。 | |
FromKeyIButton | ITBarButtonのインスタンスを返すKeyプロパティに基づく ツールバー項目コレクションの文字列インデクサー。 | |
FromKeyLabel | TBLabelのインスタンスを返すKeyプロパティに基づく ツールバー項目コレクションの文字列インデクサー。 | |
FromKeySeparator | TBSeparator のインスタンスを返す Key プロパティに基づく ツールバー項目コレクションの文字列インデクサー。 | |
FromKeyTextBox | TBTextBox のインスタンスを返す Key プロパティに基づく ツールバー項目コレクションの文字列インデクサー。 | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
GetItem | オーバーロードされます。 IServiceProvider Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBaseから継承されます。 | |
Index | 指定したツールバー項目がこのコレクション内に存在する場合、そのインデックス(ゼロから始まる)を決定します。 | |
IndexOf | オーバーロードされます。 渡されたキーを持つコレクション内の項目のインデックスを返します。キーが見つからない場合は-1を返します。 | |
Insert | オーバーロードされます。 指定した TBObject を、指定したインデックスでコレクションに挿入します。 | |
Remove | このコレクションから指定したオブジェクトを削除します。 | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 | |
ValidateKeyDoesNotExist | オーバーロードされます。 キーが既に存在する場合、DuplicateNameExceptionをスローします。 Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
CreateArray | 戻り値となる配列を作成するためにすべての「get」メソッドで使用される仮想メソッド。 Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBaseから継承されます。 | |
InternalAdd | オブジェクトをコレクションに追加します。 Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBaseから継承されます。 | |
InternalClear | コレクションをクリアします。 Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBaseから継承されます。 | |
InternalInsert | オブジェクトをコレクションに挿入します。 Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBaseから継承されます。 | |
InternalRemove | コレクションから項目を削除します。 Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBaseから継承されます。 | |
InternalRemoveAt | コレクションから項目を削除します。 Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectCollectionBaseから継承されます。 | |
OnClear | オーバーライドされます。 このプロパティは、Infragisticsコントロールのインフラストラクチャをサポートしており、 アプリケーションコードからの使用は意図されていません。 | |
OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnInsert | オーバーライドされます。 このプロパティは、Infragisticsコントロールのインフラストラクチャをサポートしており、 アプリケーションコードからの使用は意図されていません。 | |
OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnRemoveComplete | オーバーライドされます。 このプロパティは、Infragisticsコントロールのインフラストラクチャをサポートしており、 アプリケーションコードからの使用は意図されていません。 | |
OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnValidate | Performs additional custom processes when validating a value. System.Collections.CollectionBaseから継承されます。 |