Control Properties

The Control type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleActiveXControlBinary
Specifies the persistence of an ActiveX control when the method used to persist is either PersistStream, PersistStreamInit or PersistStorage.
Public propertyClassId
Gets class id of this control. Read-only Guid.
Public propertyFrame
Returns or sets control's frame. Read/write IShapeFrame.
Public propertyName
Gets or sets the name of this control. Read/write String.
Public propertyCode examplePersistence
Gets the method used to store properties of the ActiveX control. Read only PersistenceType.
Public propertyProperties
Returns a collection of ActiveX properties.
Remarks
Note: Aspose.Slides supports only XML based ActiveX properties. If properties stored in binary format, this property will return null.
Read-only IControlPropertiesCollection.
Public propertySubstitutePictureFormat
Returns Control image fill properties object. Read-only IPictureFillFormat.
See Also