C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteTMSSeparator

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

Private Properties

Property Type Description
KryptonPaletteTMSSeparator System

Public Methods

Method 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

Method Description
KryptonPaletteTMSSeparator ( KryptonInternalKCT internalKCT, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteKCTSeparator class.

Method Details

PopulateFromBase() public method

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

ResetSeparatorDark() public method

Resets the SeparatorDark property to its default value.
public ResetSeparatorDark ( ) : void
return void

ResetSeparatorLight() public method

Resets the SeparatorLight property to its default value.
public ResetSeparatorLight ( ) : void
return void