Méthode | Description | |
---|---|---|
Add ( IDockingElement item ) : void |
Append a docking element to the collection.
|
|
Clear ( ) : void |
Remove all docking elements from the collection.
|
|
DockingElementOpenCollection ( string name ) : System |
Initialize a new instance of the DockingElementOpenCollection class.
|
|
Insert ( int index, IDockingElement item ) : void |
Append a docking element to the collection.
|
|
Remove ( IDockingElement item ) : bool |
Removes first occurance of specified docking element.
|
public Add ( IDockingElement item ) : void | ||
item | IDockingElement | IDockingElement reference. |
Résultat | void |
public DockingElementOpenCollection ( string name ) : System | ||
name | string | Initial name of the element. |
Résultat | System |
public Insert ( int index, IDockingElement item ) : void | ||
index | int | Insert index. |
item | IDockingElement | IDockingElement reference. |
Résultat | void |
public Remove ( IDockingElement item ) : bool | ||
item | IDockingElement | IDockingElement reference. |
Résultat | bool |