IControlCollection
IControlCollection interface
Une collection de contrôles ActiveX.
public interface IControlCollection : IGenericCollection<IControl>
Propriétés
Nom | La description |
---|
Item { get; } | Renvoie un contrôle à la position spécifiée. |
Méthodes
Nom | La description |
---|
AddControl(ControlType, float, float, float, float) | Crée et ajoute un nouveau contrôle à la collection. |
Clear() | Supprime tous les contrôles de la collection. |
Remove(IControl) | Supprime un contrôle ActiveX de la collection. |
RemoveAt(int) | Supprime un contrôle ActiveX stocké à la position spécifiée de la collection. |
Voir également