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

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

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

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

Initialize a new instance of the KryptonDockableNavigator class.

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

Метод Описание
OnCellPageInserting ( KryptonPageEventArgs e ) : void

Raises the CellPageInserting event.

OnPageDropDownClicked ( CancelDropDownEventArgs e ) : void

Raises the PageDropDownClicked event.

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

Метод Описание
OnPagesInserting ( object sender, TypedCollectionEventArgs e ) : void
OnShowContextMenu ( object sender, ShowContextMenuArgs e ) : void

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

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

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

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

Raises the CellPageInserting event.
protected OnCellPageInserting ( KryptonPageEventArgs e ) : void
e KryptonPageEventArgs An KryptonPageEventArgs containing the event data.
Результат void

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

Raises the PageDropDownClicked event.
protected OnPageDropDownClicked ( CancelDropDownEventArgs e ) : void
e CancelDropDownEventArgs An CancelDropDownEventArgs containing the event data.
Результат void