C# Class ComponentFactory.Krypton.Ribbon.PaletteRibbonNormal

Implement storage for the normal ribbon state.
Inheritance: PaletteRibbonAppGroupTab
Afficher le fichier Open project: ComponentFactory/Krypton

Private Properties

Свойство Type Description
ShouldSerializeRibbonGroupButtonText bool
ShouldSerializeRibbonGroupCheckBoxText bool
ShouldSerializeRibbonGroupLabelText bool
ShouldSerializeRibbonGroupRadioButtonText bool

Méthodes publiques

Méthode Description
PaletteRibbonNormal ( PaletteRibbonRedirect inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteRibbonNormal class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

SetInherit ( PaletteRibbonRedirect inherit ) : void

Sets the inheritence parent.

Private Methods

Méthode Description
ShouldSerializeRibbonGroupButtonText ( ) : bool
ShouldSerializeRibbonGroupCheckBoxText ( ) : bool
ShouldSerializeRibbonGroupLabelText ( ) : bool
ShouldSerializeRibbonGroupRadioButtonText ( ) : bool

Method Details

PaletteRibbonNormal() public méthode

Initialize a new instance of the PaletteRibbonNormal class.
public PaletteRibbonNormal ( PaletteRibbonRedirect inherit, NeedPaintHandler needPaint ) : System
inherit PaletteRibbonRedirect 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 ( PaletteRibbonRedirect inherit ) : void
inherit PaletteRibbonRedirect
Résultat void