ControlCollection Class |
Namespace: Aspose.Diagram
The ControlCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements actually contained in the collection.
(Inherited from Collection.) |
![]() | Item |
Gets the element at the specified index.
|
![]() | List |
List of the elemens.
(Inherited from Collection.) |
Name | Description | |
---|---|---|
![]() | Add |
Add the Control object in the collection.
|
![]() | Clear |
Removes all elements from collection.
(Inherited from Collection.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetControl |
Gets the element at the specified index IX.
|
![]() | GetControlFromId |
Gets the element at the specified ID.
|
![]() | GetControlFromName |
Gets the element at the specified name.
|
![]() | GetEnumerator |
Supports a simple iteration over a nongeneric collection.
(Inherited from Collection.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IsExist |
Is exist item in the collection.
(Inherited from Collection.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Remove the Control object from the collection.
|
![]() | ToString | (Inherited from Object.) |