C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteTMSStatusStrip

Storage for status strip entries of the professional color table.
Inheritance: KryptonPaletteTMSBase
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
KryptonPaletteTMSStatusStrip System

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
KryptonPaletteTMSStatusStrip ( KryptonInternalKCT internalKCT, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteKCTStatusStrip class.

Method Details

PopulateFromBase() public méthode

Populate values from the base palette.
public PopulateFromBase ( ) : void
Résultat void

ResetStatusStripFont() public méthode

Resets the StatusStripFont property to its default value.
public ResetStatusStripFont ( ) : void
Résultat void

ResetStatusStripGradientBegin() public méthode

Resets the StatusStripGradientBegin property to its default value.
public ResetStatusStripGradientBegin ( ) : void
Résultat void

ResetStatusStripGradientEnd() public méthode

Resets the StatusStripGradientEnd property to its default value.
public ResetStatusStripGradientEnd ( ) : void
Résultat void

ResetStatusStripText() public méthode

Resets the StatusStripText property to its default value.
public ResetStatusStripText ( ) : void
Résultat void