C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteTMS

Colors associated with menus and tool strip.
Inheritance: Storage
Datei anzeigen Open project: ComponentFactory/Krypton

Private Properties

Property Type Description
KryptonPaletteTMS System
ShouldSerializeButton bool
ShouldSerializeGrip bool
ShouldSerializeMenu bool
ShouldSerializeMenuStrip bool
ShouldSerializeRafting bool
ShouldSerializeSeparator bool
ShouldSerializeStatusStrip bool
ShouldSerializeToolStrip bool

Public Methods

Method Description
PopulateFromBase ( ) : void

Populate values from the base palette.

ResetUseRoundedEdges ( ) : void

esets the UseRoundedEdges property to its default value.

Private Methods

Method Description
KryptonPaletteTMS ( IPalette palette, KryptonColorTable baseKCT, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteKCT class.

ShouldSerializeButton ( ) : bool
ShouldSerializeGrip ( ) : bool
ShouldSerializeMenu ( ) : bool
ShouldSerializeMenuStrip ( ) : bool
ShouldSerializeRafting ( ) : bool
ShouldSerializeSeparator ( ) : bool
ShouldSerializeStatusStrip ( ) : bool
ShouldSerializeToolStrip ( ) : bool

Method Details

PopulateFromBase() public method

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

ResetUseRoundedEdges() public method

esets the UseRoundedEdges property to its default value.
public ResetUseRoundedEdges ( ) : void
return void