IControlCollection Interface |
Namespace: Aspose.Slides
The IControlCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsICollection |
Returns ICollection interface.
(Inherited from IGenericCollectionT.) |
![]() | AsIEnumerable |
Returns IEnumerable interface.
Read-only IEnumerable.
(Inherited from IGenericCollectionT.) |
![]() | Count | (Inherited from ICollection.) |
![]() | IsSynchronized | (Inherited from ICollection.) |
![]() | Item |
Returns a control at the specified position.
|
![]() | SyncRoot | (Inherited from ICollection.) |
Name | Description | |
---|---|---|
![]() | AddControl | |
![]() | Clear |
Removes all controls from the collection.
|
![]() | CopyTo | (Inherited from ICollection.) |
![]() | GetEnumerator | (Inherited from IEnumerableIControl.) |
![]() | Remove |
Removes an ActiveX control from the collection.
|
![]() | RemoveAt |
Removes an ActiveX control stored at specified position from the collection.
|