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

Storage for status strip entries of the professional color table.
상속: KryptonPaletteTMSBase
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
KryptonPaletteTMSStatusStrip System

공개 메소드들

메소드 설명
PopulateFromBase ( ) : void

Populate values from the base palette.

ResetStatusStripFont ( ) : void

Resets the StatusStripFont property to its default value.

ResetStatusStripGradientBegin ( ) : void

Resets the StatusStripGradientBegin property to its default value.

ResetStatusStripGradientEnd ( ) : void

Resets the StatusStripGradientEnd property to its default value.

ResetStatusStripText ( ) : void

Resets the StatusStripText property to its default value.

비공개 메소드들

메소드 설명
KryptonPaletteTMSStatusStrip ( KryptonInternalKCT internalKCT, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteKCTStatusStrip class.

메소드 상세

PopulateFromBase() 공개 메소드

Populate values from the base palette.
public PopulateFromBase ( ) : void
리턴 void

ResetStatusStripFont() 공개 메소드

Resets the StatusStripFont property to its default value.
public ResetStatusStripFont ( ) : void
리턴 void

ResetStatusStripGradientBegin() 공개 메소드

Resets the StatusStripGradientBegin property to its default value.
public ResetStatusStripGradientBegin ( ) : void
리턴 void

ResetStatusStripGradientEnd() 공개 메소드

Resets the StatusStripGradientEnd property to its default value.
public ResetStatusStripGradientEnd ( ) : void
리턴 void

ResetStatusStripText() 공개 메소드

Resets the StatusStripText property to its default value.
public ResetStatusStripText ( ) : void
리턴 void