C# Класс ComponentFactory.Krypton.Navigator.NavigatorToolTips

Storage for tooltip related properties.
Наследование: ComponentFactory.Krypton.Toolkit.Storage
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

NavigatorToolTips() публичный Метод

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.
Результат System

ResetMapExtraText() публичный Метод

Resets the MapExtraText property to its default value.
public ResetMapExtraText ( ) : void
Результат void

ResetMapImage() публичный Метод

Resets the MapImage property to its default value.
public ResetMapImage ( ) : void
Результат void

ResetMapText() публичный Метод

Resets the MapText property to its default value.
public ResetMapText ( ) : void
Результат void