C# Class ComponentFactory.Krypton.Navigator.NavigatorOutlookMini

Storage for outlook mini 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
NavigatorOutlookMini ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the NavigatorOutlookMini class.

ResetMiniMapExtraText ( ) : void

Resets the MiniMapExtraText property to its default value.

ResetMiniMapImage ( ) : void

Resets the MiniMapImage property to its default value.

ResetMiniMapText ( ) : void

Resets the MiniMapText 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

NavigatorOutlookMini() public method

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

ResetMiniMapExtraText() public method

Resets the MiniMapExtraText property to its default value.
public ResetMiniMapExtraText ( ) : void
return void

ResetMiniMapImage() public method

Resets the MiniMapImage property to its default value.
public ResetMiniMapImage ( ) : void
return void

ResetMiniMapText() public method

Resets the MiniMapText property to its default value.
public ResetMiniMapText ( ) : 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