System::Windows::Forms::Control::ControlCollection クラス
コンテンツ
[
隠れる
]ControlCollection class
コントロールのコレクション。実装されていません。
class ControlCollection : public System::Collections::Generic::IList<System::SharedPtr<Control>>
メソッド
| メソッド | 説明 |
|---|---|
| Add(const System::SharedPtr<Control>&) override | コレクションにコントロールを追加します。 |
| virtual AddRange(System::ArrayPtr<System::SharedPtr<Control>>) | コレクションに複数のコントロールを追加します。 |
| Clear() override | コレクションからすべてのコントロールを削除します。 |
| Contains(const System::SharedPtr<Control>&) const override | 特定のコントロールがコレクションに存在するか確認します。 |
| virtual ContainsKey(System::String) const | 特定の名前を持つコントロールがコレクションに存在するか確認します。 |
| ControlCollection(const System::SharedPtr<Control>&) | コンストラクタ。 |
| CopyTo(System::ArrayPtr<System::SharedPtr<Control>>, int) override | コレクションの内容を既存の配列要素にコピーします。 |
| Find(const System::String&, bool) const | コレクション内で名前付きコントロールを検索します。必要に応じて、含まれるコントロールのコレクションを再帰的にチェックします。 |
| get_Count() const override | コレクション内のコントロール数を取得します。 |
| get_Owner() const | コレクションの所有者コントロールを取得します。 |
| GetChildIndex(const System::SharedPtr<Control>&) const | 特定のコントロールを検索します。 |
| virtual GetChildIndex(const System::SharedPtr<Control>&, bool) const | 特定のコントロールを検索します。 |
| GetEnumerator() override | コレクションを反復処理するための列挙子を取得します。 |
| idx_get(int) const override | インデックスによるアクセサー。 |
| virtual idx_get(System::String) const | 名前によるアクセッサー。 |
| idx_set(int, System::SharedPtr<Control>) override | インデックスによるアクセサー。 |
| virtual idx_set(System::String, System::SharedPtr<Control>) | 名前によるアクセッサー。 |
| IndexOf(const System::SharedPtr<Control>&) const override | コレクション内のコントロールを検索します。 |
| virtual IndexOfKey(System::String) const | コレクション内の名前付きコントロールを検索します。 |
| Insert(int, const System::SharedPtr<Control>&) override | コレクションにコントロールを挿入します。 |
| Remove(const System::SharedPtr<Control>&) override | コレクションからコントロールを削除します。 |
| RemoveAt(int) override | コレクションからコントロールを削除します。 |
| virtual RemoveByKey(System::String) | コレクションからコントロールを削除します。 |
| virtual SetChildIndex(const System::SharedPtr<Control>&, int) | コントロールを新しい位置に移動します。 |
参照
- Class IList
- Class Control
- Namespace System::Windows::Forms
- Library Aspose.Page for C++