IControlCollection

IControlCollection interface

A collection of ActiveX controls.

public interface IControlCollection : IGenericCollection<IControl>

Properties

NameDescription
Item { get; }Returns a control at the specified position.

Methods

NameDescription
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