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

Storage of user supplied values not used by Krypton.
상속: Storage
파일 보기 프로젝트 열기: ComponentFactory/Krypton

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
KryptonPaletteCargo ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteCargo class.

ResetColor1 ( ) : void

esets the Color1 property to its default value.

ResetColor2 ( ) : void

esets the Color2 property to its default value.

ResetColor3 ( ) : void

esets the Color3 property to its default value.

ResetColor4 ( ) : void

esets the Color4 property to its default value.

ResetColor5 ( ) : void

esets the Color5 property to its default value.

ResetFont1 ( ) : void

esets the Font1 property to its default value.

ResetFont2 ( ) : void

esets the Font2 property to its default value.

메소드 상세

KryptonPaletteCargo() 공개 메소드

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

ResetColor1() 공개 메소드

esets the Color1 property to its default value.
public ResetColor1 ( ) : void
리턴 void

ResetColor2() 공개 메소드

esets the Color2 property to its default value.
public ResetColor2 ( ) : void
리턴 void

ResetColor3() 공개 메소드

esets the Color3 property to its default value.
public ResetColor3 ( ) : void
리턴 void

ResetColor4() 공개 메소드

esets the Color4 property to its default value.
public ResetColor4 ( ) : void
리턴 void

ResetColor5() 공개 메소드

esets the Color5 property to its default value.
public ResetColor5 ( ) : void
리턴 void

ResetFont1() 공개 메소드

esets the Font1 property to its default value.
public ResetFont1 ( ) : void
리턴 void

ResetFont2() 공개 메소드

esets the Font2 property to its default value.
public ResetFont2 ( ) : void
리턴 void