C# Класс ComponentFactory.Krypton.Navigator.NavigatorOutlook

Storage for outlook mode related properties.
Наследование: ComponentFactory.Krypton.Toolkit.Storage
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ShouldSerializeFull bool
ShouldSerializeMini bool

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

Метод Описание
NavigatorOutlook ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the NavigatorOutlook class.

ResetHeaderSecondaryVisible ( ) : void

Resets the HeaderSecondaryVisible property to its default value.

ResetItemOrientation ( ) : void

Resets the ItemOrientation property to its default value.

ResetOrientation ( ) : void

Resets the Orientation property to its default value.

ResetShowDropDownButton ( ) : void

Resets the ShowDropDownButton property to its default value.

ResetTextAddRemoveButtons ( ) : void

Resets the TextAddRemoveButtons property to its default value.

ResetTextFewerButtons ( ) : void

Resets the TextFewerButtons property to its default value.

ResetTextMoreButtons ( ) : void

Resets the TextMoreButtons property to its default value.

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

Метод Описание
ShouldSerializeFull ( ) : bool
ShouldSerializeMini ( ) : bool

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

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

Initialize a new instance of the NavigatorOutlook class.
public NavigatorOutlook ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System
navigator KryptonNavigator Reference to owning navigator instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System

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

Resets the HeaderSecondaryVisible property to its default value.
public ResetHeaderSecondaryVisible ( ) : void
Результат void

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

Resets the ItemOrientation property to its default value.
public ResetItemOrientation ( ) : void
Результат void

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

Resets the Orientation property to its default value.
public ResetOrientation ( ) : void
Результат void

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

Resets the ShowDropDownButton property to its default value.
public ResetShowDropDownButton ( ) : void
Результат void

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

Resets the TextAddRemoveButtons property to its default value.
public ResetTextAddRemoveButtons ( ) : void
Результат void

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

Resets the TextFewerButtons property to its default value.
public ResetTextFewerButtons ( ) : void
Результат void

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

Resets the TextMoreButtons property to its default value.
public ResetTextMoreButtons ( ) : void
Результат void