IControlCollection
IControlCollection interface
ActiveX 控件的集合。
public interface IControlCollection : IGenericCollection<IControl>
特性
姓名 | 描述 |
---|---|
Item { get; } | 返回指定位置的控件。 |
方法
姓名 | 描述 |
---|---|
AddControl(ControlType, float, float, float, float) | 创建新控件并将其添加到集合中。 |
Clear() | 从集合中删除所有控件。 |
Remove(IControl) | 从集合中删除 ActiveX 控件。 |
RemoveAt(int) | 从集合中删除存储在指定位置的 ActiveX 控件。 |
也可以看看
- interface IGenericCollection<T>
- interface IControl
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides