Méthode | Description | |
---|---|---|
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 ( |
Initialize a new instance of the PageToToolTipMapping class.
|
public GetImage ( PaletteState state ) : Image | ||
state | PaletteState | The state for which the image is needed. |
Résultat | Image |
public GetImageTransparentColor ( PaletteState state ) : Color | ||
state | PaletteState | The state for which the image is needed. |
Résultat | Color |
public PageToToolTipMapping ( |
||
page | 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. |
Résultat | System |