C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteTMSGrip

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

Private Properties

Property Type Description
KryptonPaletteTMSGrip System

Public Methods

Method Description
PopulateFromBase ( ) : void

Populate values from the base palette.

ResetGripDark ( ) : void

esets the GripDark property to its default value.

ResetGripLight ( ) : void

esets the GripLight property to its default value.

Private Methods

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

Initialize a new instance of the KryptonPaletteKCTGrip class.

Method Details

PopulateFromBase() public method

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

ResetGripDark() public method

esets the GripDark property to its default value.
public ResetGripDark ( ) : void
return void

ResetGripLight() public method

esets the GripLight property to its default value.
public ResetGripLight ( ) : void
return void