ControlCollectionItem Property |
Returns a control at the specified position.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IControl this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IControl
Get
public:
virtual property IControl^ default[int index] {
IControl^ get (int index) sealed;
}
abstract Item : IControl with get
override Item : IControl with get
Parameters
- index
- Type: SystemInt32
Index of a control.
Property Value
Type:
IControlImplements
IControlCollectionItemInt32
See Also