C# 클래스 ComponentFactory.Krypton.Toolkit.LabelValues

Storage for label content value information.
상속: Storage, IContentValues
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ShouldSerializeExtraText bool
ShouldSerializeImage bool
ShouldSerializeImageTransparentColor bool
ShouldSerializeText bool

공개 메소드들

메소드 설명
GetImage ( PaletteState state ) : Image

Gets the content image.

GetImageTransparentColor ( PaletteState state ) : Color

Gets the content image transparent color.

GetLongText ( ) : string

Gets the content long text.

GetShortText ( ) : string

Gets the content short text.

LabelValues ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the LabelValues class.

ResetExtraText ( ) : void

Resets the Description property to its default value.

ResetImage ( ) : void

Resets the Image property to its default value.

ResetImageTransparentColor ( ) : void

Resets the ImageTransparentColor property to its default value.

ResetText ( ) : void

Resets the Text property to its default value.

비공개 메소드들

메소드 설명
ShouldSerializeExtraText ( ) : bool
ShouldSerializeImage ( ) : bool
ShouldSerializeImageTransparentColor ( ) : bool
ShouldSerializeText ( ) : bool

메소드 상세

GetImage() 공개 메소드

Gets the content image.
public GetImage ( PaletteState state ) : Image
state PaletteState The state for which the image is needed.
리턴 Image

GetImageTransparentColor() 공개 메소드

Gets the content image transparent color.
public GetImageTransparentColor ( PaletteState state ) : Color
state PaletteState The state for which the image color is needed.
리턴 Color

GetLongText() 공개 메소드

Gets the content long text.
public GetLongText ( ) : string
리턴 string

GetShortText() 공개 메소드

Gets the content short text.
public GetShortText ( ) : string
리턴 string

LabelValues() 공개 메소드

Initialize a new instance of the LabelValues class.
public LabelValues ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying paint requests.
리턴 System

ResetExtraText() 공개 메소드

Resets the Description property to its default value.
public ResetExtraText ( ) : void
리턴 void

ResetImage() 공개 메소드

Resets the Image property to its default value.
public ResetImage ( ) : void
리턴 void

ResetImageTransparentColor() 공개 메소드

Resets the ImageTransparentColor property to its default value.
public ResetImageTransparentColor ( ) : void
리턴 void

ResetText() 공개 메소드

Resets the Text property to its default value.
public ResetText ( ) : void
리턴 void