C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteRibbonGroupNormalBorder

Storage for palette ribbon group normal border states.
Inheritance: Storage
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeStateCommon bool
ShouldSerializeStateContextNormal bool
ShouldSerializeStateContextTracking bool
ShouldSerializeStateNormal bool
ShouldSerializeStateTracking bool

Public Methods

Method Description
KryptonPaletteRibbonGroupNormalBorder ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteRibbonGroupNormalBorder class.

PopulateFromBase ( ) : void

Populate values from the base palette.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

Private Methods

Method Description
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateContextNormal ( ) : bool
ShouldSerializeStateContextTracking ( ) : bool
ShouldSerializeStateNormal ( ) : bool
ShouldSerializeStateTracking ( ) : bool

Method Details

KryptonPaletteRibbonGroupNormalBorder() public method

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

PopulateFromBase() public method

Populate values from the base palette.
public PopulateFromBase ( ) : void
return void

SetRedirector() public method

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