C# Class ComponentFactory.Krypton.Navigator.NavigatorToolTips

Storage for tooltip related properties.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Initialize a new instance of the NavigatorPopupPage class.

ResetMapExtraText ( ) : void

Resets the MapExtraText property to its default value.

ResetMapImage ( ) : void

Resets the MapImage property to its default value.

ResetMapText ( ) : void

Resets the MapText property to its default value.

Method Details

NavigatorToolTips() public method

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

ResetMapExtraText() public method

Resets the MapExtraText property to its default value.
public ResetMapExtraText ( ) : void
return void

ResetMapImage() public method

Resets the MapImage property to its default value.
public ResetMapImage ( ) : void
return void

ResetMapText() public method

Resets the MapText property to its default value.
public ResetMapText ( ) : void
return void