Click or drag to resize

IControlChildren Methods

The IControlChildren type exposes the following members.

Methods
 NameDescription
Public methodAdd Add a child control. Control will also be added to the Screens collection.
Public methodClear Remove all child controls. All controls will be disposed and also removed from the Screens collection.
Public methodContains Check if the collection contains a control.
(Inherited from IReadOnlyControlCollectionT)
Public methodContainsKey Check if the collection contains a control with name.
(Inherited from IReadOnlyControlCollectionT)
Public methodIndexOf(T) Get the index of a control in the collection by reference.
(Inherited from IReadOnlyControlCollectionT)
Public methodIndexOf(String) Get the index of a control in the collection by name.
(Inherited from IReadOnlyControlCollectionT)
Public methodInsert Insert a child control. Control will also be added to the Screens collection.
Public methodReindex Move a child control to a new index.
Public methodRemove Remove a child control. Control will be disposed and also removed from the Screens collection.
Top
See Also