IControl

IControl interface

Represents an ActiveX control.

public interface IControl : ISlideComponent

Properties

NameDescription
ActiveXControlBinary { get; }Specifies the persistence of an ActiveX control when the method used to persist is either PersistStream, PersistStreamInit or PersistStorage.
AsISlideComponent { get; }Allows to get base ISlideComponent interface. Read-only ISlideComponent.
ClassId { get; }Gets class id of this control. Read-only Guid.
Frame { get; set; }Returns or sets control’s frame. Read/write IShapeFrame.
Name { get; set; }Returns the name of this control. Read/write String.
Persistence { get; }Gets the method used to store properties of the ActiveX control. Read only PersistenceType.
Properties { get; }Returns a collection of ActiveX properties. Read-only IControlPropertiesCollection.
SubstitutePictureFormat { get; }Returns ControlEx image fill properties object. Read-only IPictureFillFormat.

See Also