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

Map tooltip values from a source page.
Наследование: IContentValues
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetImage ( PaletteState state ) : Image

Gets the content image.

GetImageTransparentColor ( PaletteState state ) : Color

Gets the image color that should be transparent.

GetLongText ( ) : string

Gets the content long text.

GetShortText ( ) : string

Gets the content short text.

PageToToolTipMapping ( KryptonPage page, MapKryptonPageImage mapImage, MapKryptonPageText mapText, MapKryptonPageText mapExtraText ) : System

Initialize a new instance of the PageToToolTipMapping class.

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

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

Gets the content image.
public GetImage ( PaletteState state ) : Image
state PaletteState The state for which the image is needed.
Результат Image

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

Gets the image color that should be transparent.
public GetImageTransparentColor ( PaletteState state ) : Color
state PaletteState The state for which the image is needed.
Результат Color

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

Gets the content long text.
public GetLongText ( ) : string
Результат string

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

Gets the content short text.
public GetShortText ( ) : string
Результат string

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

Initialize a new instance of the PageToToolTipMapping class.
public PageToToolTipMapping ( KryptonPage page, MapKryptonPageImage mapImage, MapKryptonPageText mapText, MapKryptonPageText mapExtraText ) : System
page KryptonPage Page to source values from.
mapImage MapKryptonPageImage How to map the image from the page to the tooltip.
mapText MapKryptonPageText How to map the text from the page to the tooltip.
mapExtraText MapKryptonPageText How to map the extra text from the page to the tooltip.
Результат System