C# Class ComponentFactory.Krypton.Navigator.NavigatorOutlook

Storage for outlook mode related properties.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
ShouldSerializeFull bool
ShouldSerializeMini bool

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
ShouldSerializeFull ( ) : bool
ShouldSerializeMini ( ) : bool

Method Details

NavigatorOutlook() public méthode

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.
Résultat System

ResetHeaderSecondaryVisible() public méthode

Resets the HeaderSecondaryVisible property to its default value.
public ResetHeaderSecondaryVisible ( ) : void
Résultat void

ResetItemOrientation() public méthode

Resets the ItemOrientation property to its default value.
public ResetItemOrientation ( ) : void
Résultat void

ResetOrientation() public méthode

Resets the Orientation property to its default value.
public ResetOrientation ( ) : void
Résultat void

ResetShowDropDownButton() public méthode

Resets the ShowDropDownButton property to its default value.
public ResetShowDropDownButton ( ) : void
Résultat void

ResetTextAddRemoveButtons() public méthode

Resets the TextAddRemoveButtons property to its default value.
public ResetTextAddRemoveButtons ( ) : void
Résultat void

ResetTextFewerButtons() public méthode

Resets the TextFewerButtons property to its default value.
public ResetTextFewerButtons ( ) : void
Résultat void

ResetTextMoreButtons() public méthode

Resets the TextMoreButtons property to its default value.
public ResetTextMoreButtons ( ) : void
Résultat void