C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteRibbonGroupArea

Storage for palette ribbon group area states.
Inheritance: Storage
Exibir arquivo Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeStateCheckedNormal bool
ShouldSerializeStateCommon bool
ShouldSerializeStateContextCheckedNormal bool

Public Methods

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

Initialize a new instance of the KryptonPaletteRibbonGroupArea class.

PopulateFromBase ( ) : void

Populate values from the base palette.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

Private Methods

Method Description
ShouldSerializeStateCheckedNormal ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateContextCheckedNormal ( ) : bool

Method Details

KryptonPaletteRibbonGroupArea() public method

Initialize a new instance of the KryptonPaletteRibbonGroupArea class.
public KryptonPaletteRibbonGroupArea ( 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