IControlCollection
IControlCollection interface
A collection of ActiveX controls.
public interface IControlCollection : IGenericCollection<IControl>
Properties
| Name | Description |
|---|
| Item { get; } | Returns a control at the specified position. |
Methods
| Name | Description |
|---|
| AddControl(ControlType, float, float, float, float) | Creates and adds a new control to the collection. |
| Clear() | Removes all controls from the collection. |
| Remove(IControl) | Removes an ActiveX control from the collection. |
| RemoveAt(int) | Removes an ActiveX control stored at specified position from the collection. |
See Also