IControl

IControl interface

表示一个 ActiveX 控件。

public interface IControl : ISlideComponent

特性

姓名描述
ActiveXControlBinary { get; }当用于持久化的方法是 PersistStream、PersistStreamInit 或 PersistStorage 时,指定 ActiveX 控件的持久性。
AsISlideComponent { get; }允许获取基础 ISlideComponent 接口。 只读ISlideComponent
ClassId { get; }获取此控件的类 ID。 只读Guid。
Frame { get; set; }返回或设置控件的框架。 读/写IShapeFrame
Name { get; set; }返回此控件的名称。 读/写String。
Persistence { get; }获取用于存储 ActiveX 控件属性的方法。 只读PersistenceType
Properties { get; }返回 ActiveX 属性的集合。 只读IControlPropertiesCollection
SubstitutePictureFormat { get; }返回 ControlEx 图像填充属性对象。 只读IPictureFillFormat

也可以看看