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

Storage for header content value information.
상속: Storage, IContentValues
파일 보기 프로젝트 열기: ComponentFactory/Krypton

Private Properties

프로퍼티 타입 설명
ShouldSerializeDescription bool
ShouldSerializeHeading bool
ShouldSerializeImage bool
ShouldSerializeImageTransparentColor 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.

ResetDescription ( ) : void

Resets the Description property to its default value.

ResetHeading ( ) : void

Resets the Heading 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.

보호된 메소드들

메소드 설명
GetDescriptionDefault ( ) : string

Gets the default description value.

GetHeadingDefault ( ) : string

Gets the default heading value.

GetImageDefault ( ) : Image

Gets the default image value.

HeaderValuesBase ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the HeaderValuesBase class.

비공개 메소드들

메소드 설명
ShouldSerializeDescription ( ) : bool
ShouldSerializeHeading ( ) : bool
ShouldSerializeImage ( ) : bool
ShouldSerializeImageTransparentColor ( ) : bool

메소드 상세

GetDescriptionDefault() 보호된 추상적인 메소드

Gets the default description value.
protected abstract GetDescriptionDefault ( ) : string
리턴 string

GetHeadingDefault() 보호된 추상적인 메소드

Gets the default heading value.
protected abstract GetHeadingDefault ( ) : string
리턴 string

GetImage() 공개 메소드

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

GetImageDefault() 보호된 메소드

Gets the default image value.
protected GetImageDefault ( ) : Image
리턴 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

HeaderValuesBase() 보호된 메소드

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

ResetDescription() 공개 메소드

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

ResetHeading() 공개 메소드

Resets the Heading property to its default value.
public ResetHeading ( ) : 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