C# Класс ComponentFactory.Krypton.Docking.DockingElementOpenCollection

Extends base functionality by allowing a collection of child docking elements.
Наследование: DockingElementClosedCollection
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Add() публичный Метод

Append a docking element to the collection.
public Add ( IDockingElement item ) : void
item IDockingElement IDockingElement reference.
Результат void

Clear() публичный Метод

Remove all docking elements from the collection.
public Clear ( ) : void
Результат void

DockingElementOpenCollection() публичный Метод

Initialize a new instance of the DockingElementOpenCollection class.
public DockingElementOpenCollection ( string name ) : System
name string Initial name of the element.
Результат System

Insert() публичный Метод

Append a docking element to the collection.
public Insert ( int index, IDockingElement item ) : void
index int Insert index.
item IDockingElement IDockingElement reference.
Результат void

Remove() публичный Метод

Removes first occurance of specified docking element.
public Remove ( IDockingElement item ) : bool
item IDockingElement IDockingElement reference.
Результат bool