C# Class ComponentFactory.Krypton.Ribbon.PaletteGalleryState

Implement storage for a gallery palette state.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
ShouldSerializeRibbonGalleryBack bool
ShouldSerializeRibbonGalleryBorder bool

Méthodes publiques

Méthode Description
PaletteGalleryState ( PaletteGalleryRedirect inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteGalleryState class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

SetInherit ( PaletteGalleryRedirect inherit ) : void

Sets the inheritence parent.

Private Methods

Méthode Description
ShouldSerializeRibbonGalleryBack ( ) : bool
ShouldSerializeRibbonGalleryBorder ( ) : bool

Method Details

PaletteGalleryState() public méthode

Initialize a new instance of the PaletteGalleryState class.
public PaletteGalleryState ( PaletteGalleryRedirect inherit, NeedPaintHandler needPaint ) : System
inherit PaletteGalleryRedirect Source for inheriting values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Résultat System

PopulateFromBase() public méthode

Populate values from the base palette.
public PopulateFromBase ( PaletteState state ) : void
state PaletteState The palette state to populate with.
Résultat void

SetInherit() public méthode

Sets the inheritence parent.
public SetInherit ( PaletteGalleryRedirect inherit ) : void
inherit PaletteGalleryRedirect
Résultat void