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

Наследование: KryptonSpace
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
KryptonDockableWorkspace ( ) : System

Initialize a new instance of the KryptonDockableWorkspace class.

ToString ( ) : string

Gets a string representation of the instance.

Защищенные методы

Метод Описание
NewCellInitialize ( KryptonWorkspaceCell cell ) : void

Initialize a new cell.

OnActiveCellChanged ( ActiveCellChangedEventArgs e ) : void

Raises the ActiveCellChanged event.

Приватные методы

Метод Описание
OnCellCloseAction ( object sender, CloseActionEventArgs e ) : void

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

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

Initialize a new instance of the KryptonDockableWorkspace class.
public KryptonDockableWorkspace ( ) : System
Результат System

NewCellInitialize() защищенный Метод

Initialize a new cell.
protected NewCellInitialize ( KryptonWorkspaceCell cell ) : void
cell KryptonWorkspaceCell Cell being added to the control.
Результат void

OnActiveCellChanged() защищенный Метод

Raises the ActiveCellChanged event.
protected OnActiveCellChanged ( ActiveCellChangedEventArgs e ) : void
e ComponentFactory.Krypton.Workspace.ActiveCellChangedEventArgs An ActiveCellChangedEventArgs containing the event data.
Результат void

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

Gets a string representation of the instance.
public ToString ( ) : string
Результат string