C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteRibbonQATMinibar

Storage for palette ribbon quick access bar mini version.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
ShouldSerializeStateActive bool
ShouldSerializeStateCommon bool
ShouldSerializeStateInactive bool

Méthodes publiques

Méthode Description
KryptonPaletteRibbonQATMinibar ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteRibbonQATMinibar class.

PopulateFromBase ( ) : void

Populate values from the base palette.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

Private Methods

Méthode Description
ShouldSerializeStateActive ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateInactive ( ) : bool

Method Details

KryptonPaletteRibbonQATMinibar() public méthode

Initialize a new instance of the KryptonPaletteRibbonQATMinibar class.
public KryptonPaletteRibbonQATMinibar ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Redirector to inherit values from.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Résultat System

PopulateFromBase() public méthode

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

SetRedirector() public méthode

Update the redirector with new reference.
public SetRedirector ( PaletteRedirect redirect ) : void
redirect PaletteRedirect Target redirector.
Résultat void