C# Class ComponentFactory.Krypton.Navigator.NavigatorOutlookFull

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

ResetOverflowMapExtraText() public méthode

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

ResetOverflowMapImage() public méthode

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

ResetOverflowMapText() public méthode

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

ResetStackMapExtraText() public méthode

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

ResetStackMapImage() public méthode

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

ResetStackMapText() public méthode

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