Control class
Contents
[
Hide
]Control class
Represents an ActiveX control.
The Control type exposes the following members:
Properties
Property | Description |
---|---|
persistence | Gets the method used to store properties of the ActiveX control. Read only PersistenceType . |
name | Gets or sets the name of this control. Read/write str. |
class_id | Gets class id of this control. Read-only System.Guid. |
substitute_picture_format | Returns Control image fill properties object. Read-only IPictureFillFormat . |
frame | Returns or sets control’s frame. Read/write IShapeFrame . |
properties | Returns a collection of ActiveX properties. Note: Aspose.Slides supports only XML based ActiveX properties. If properties stored in binary format, this property will return None. Read-only IControlPropertiesCollection . |
active_x_control_binary | Specifies the persistence of an ActiveX control when the method used to persist is either PersistStream, PersistStreamInit or PersistStorage. |
slide | |
presentation |
See Also
- module
aspose.slides
- library
Aspose.Slides