C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteTMSSeparator

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

Private Properties

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

Méthodes publiques

Méthode Description
PopulateFromBase ( ) : void

Populate values from the base palette.

ResetSeparatorDark ( ) : void

Resets the SeparatorDark property to its default value.

ResetSeparatorLight ( ) : void

Resets the SeparatorLight property to its default value.

Private Methods

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

Initialize a new instance of the KryptonPaletteKCTSeparator class.

Method Details

PopulateFromBase() public méthode

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

ResetSeparatorDark() public méthode

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

ResetSeparatorLight() public méthode

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