C# Class ComponentFactory.Krypton.Navigator.NavigatorOutlookFull

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

Private Properties

Property Type Description

Public Methods

Method Description
NavigatorOutlookFull ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the NavigatorOutlookFull class.

ResetOverflowMapExtraText ( ) : void

Resets the OverflowMapExtraText property to its default value.

ResetOverflowMapImage ( ) : void

Resets the OverflowMapImage property to its default value.

ResetOverflowMapText ( ) : void

Resets the OverflowMapText property to its default value.

ResetStackMapExtraText ( ) : void

Resets the StackMapExtraText property to its default value.

ResetStackMapImage ( ) : void

Resets the StackMapImage property to its default value.

ResetStackMapText ( ) : void

Resets the StackMapText property to its default value.

Method Details

NavigatorOutlookFull() public method

Initialize a new instance of the NavigatorOutlookFull class.
public NavigatorOutlookFull ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System
navigator KryptonNavigator Reference to owning navigator instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System

ResetOverflowMapExtraText() public method

Resets the OverflowMapExtraText property to its default value.
public ResetOverflowMapExtraText ( ) : void
return void

ResetOverflowMapImage() public method

Resets the OverflowMapImage property to its default value.
public ResetOverflowMapImage ( ) : void
return void

ResetOverflowMapText() public method

Resets the OverflowMapText property to its default value.
public ResetOverflowMapText ( ) : void
return void

ResetStackMapExtraText() public method

Resets the StackMapExtraText property to its default value.
public ResetStackMapExtraText ( ) : void
return void

ResetStackMapImage() public method

Resets the StackMapImage property to its default value.
public ResetStackMapImage ( ) : void
return void

ResetStackMapText() public method

Resets the StackMapText property to its default value.
public ResetStackMapText ( ) : void
return void