BaseSlideControls Property

Returns the collection of ActiveX controls on a slide. Read-only IControlCollection.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IControlCollection Controls { get; }

Property Value

Type: IControlCollection

Implements

IBaseSlideControls
See Also