C# 클래스 ComponentFactory.Krypton.Navigator.PageToToolTipMapping

Map tooltip values from a source page.
상속: IContentValues
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
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