C# Class ComponentFactory.Krypton.Navigator.NavigatorOutlook

Storage for outlook mode related properties.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeFull bool
ShouldSerializeMini bool

Public Methods

Method 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

Method Description
ShouldSerializeFull ( ) : bool
ShouldSerializeMini ( ) : bool

Method Details

NavigatorOutlook() public method

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.
return System

ResetHeaderSecondaryVisible() public method

Resets the HeaderSecondaryVisible property to its default value.
public ResetHeaderSecondaryVisible ( ) : void
return void

ResetItemOrientation() public method

Resets the ItemOrientation property to its default value.
public ResetItemOrientation ( ) : void
return void

ResetOrientation() public method

Resets the Orientation property to its default value.
public ResetOrientation ( ) : void
return void

ResetShowDropDownButton() public method

Resets the ShowDropDownButton property to its default value.
public ResetShowDropDownButton ( ) : void
return void

ResetTextAddRemoveButtons() public method

Resets the TextAddRemoveButtons property to its default value.
public ResetTextAddRemoveButtons ( ) : void
return void

ResetTextFewerButtons() public method

Resets the TextFewerButtons property to its default value.
public ResetTextFewerButtons ( ) : void
return void

ResetTextMoreButtons() public method

Resets the TextMoreButtons property to its default value.
public ResetTextMoreButtons ( ) : void
return void