IControl
Contents
[
Hide
]
IControl class
Represents an ActiveX control.
The IControl type exposes the following members:
Properties
Name | Description |
---|---|
name | Returns the name of this control. Read/write string. |
class_id | Gets class id of this control. Read-only string. |
substitute_picture_format | Returns ControlEx image fill properties object. Read-only IPictureFillFormat. |
frame | Returns or sets control’s frame. Read/write IShapeFrame. |
properties | Returns a collection of ActiveX properties. Read-only IControlPropertiesCollection. |
persistence | Gets the method used to store properties of the ActiveX control. Read only PersistenceType. |
active_x_control_binary | Specifies the persistence of an ActiveX control when the method used to persist is either PersistStream, PersistStreamInit or PersistStorage. |
as_i_slide_component | Allows to get base ISlideComponent interface. Read-only ISlideComponent. |
slide | Returns the base slide. Read-only IBaseSlide. |
as_i_presentation_component | Allows to get base IPresentationComponent interface. Read-only IPresentationComponent. |
presentation | Returns the presentation. Read-only IPresentation. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides