Click or drag to resize

IControlScreens Methods

The IControlScreens type exposes the following members.

Methods
 NameDescription
Public methodAdd Add a child control. Control will also be added to the Screens collection.
(Inherited from IControlChildren)
Public methodClear Remove all child controls. All controls will be disposed and also removed from the Screens collection.
(Inherited from IControlChildren)
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.
(Inherited from IControlChildren)
Public methodReindex Move a child control to a new index.
(Inherited from IControlChildren)
Public methodRemove Remove a child control. Control will be disposed and also removed from the Screens collection.
(Inherited from IControlChildren)
Top
See Also