System::Windows::Forms::Control::ControlCollection class
محتويات
[
يخفي
]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++