C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteRibbonGroupBaseText

Storage for palette ribbon group text states.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton

Private Properties

Свойство Type Description
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool

Méthodes publiques

Méthode Description
KryptonPaletteRibbonGroupBaseText ( PaletteRedirect redirect, PaletteRibbonTextStyle textStyle, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteRibbonGroupBaseText class.

PopulateFromBase ( ) : void

Populate values from the base palette.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

Private Methods

Méthode Description
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool

Method Details

KryptonPaletteRibbonGroupBaseText() public méthode

Initialize a new instance of the KryptonPaletteRibbonGroupBaseText class.
public KryptonPaletteRibbonGroupBaseText ( PaletteRedirect redirect, PaletteRibbonTextStyle textStyle, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Redirector to inherit values from.
textStyle PaletteRibbonTextStyle Inherit text style.
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