C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteTMS

Colors associated with menus and tool strip.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton

Private Properties

Свойство Type Description
KryptonPaletteTMS System
ShouldSerializeButton bool
ShouldSerializeGrip bool
ShouldSerializeMenu bool
ShouldSerializeMenuStrip bool
ShouldSerializeRafting bool
ShouldSerializeSeparator bool
ShouldSerializeStatusStrip bool
ShouldSerializeToolStrip bool

Méthodes publiques

Méthode Description
PopulateFromBase ( ) : void

Populate values from the base palette.

ResetUseRoundedEdges ( ) : void

esets the UseRoundedEdges property to its default value.

Private Methods

Méthode 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 méthode

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

ResetUseRoundedEdges() public méthode

esets the UseRoundedEdges property to its default value.
public ResetUseRoundedEdges ( ) : void
Résultat void