ControlCollection Class |
Namespace: Aspose.Slides
The ControlCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Returns a number of objects in the collection.
Read-only Int32.
|
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
|
![]() | Item |
Returns a control at the specified position.
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|
Name | Description | |
---|---|---|
![]() | AddControl |
Creates and adds a new control to the collection.
|
![]() | Clear |
Removes all controls from the collection.
|
![]() | CopyTo |
Copies the entire collection to the specified array.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Removes an ActiveX control from the collection.
|
![]() | RemoveAt |
Removes an ActiveX control stored at specified position from the collection.
|
![]() | ToString | (Inherited from Object.) |