C# Class ComponentFactory.Krypton.Ribbon.PaletteRibbonGroupAreaTab

Implement storage for a ribbon state.
Inheritance: PaletteRibbonJustTab
Show file Open project: Cocotteseb/Krypton

Private Properties

Property Type Description
ShouldSerializeRibbonGroupArea bool

Public Methods

Method Description
PaletteRibbonGroupAreaTab ( PaletteRibbonRedirect inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteRibbonGroupAreaTab class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

SetInherit ( PaletteRibbonRedirect inherit ) : void

Sets the inheritence parent.

Private Methods

Method Description
ShouldSerializeRibbonGroupArea ( ) : bool

Method Details

PaletteRibbonGroupAreaTab() public method

Initialize a new instance of the PaletteRibbonGroupAreaTab class.
public PaletteRibbonGroupAreaTab ( PaletteRibbonRedirect inherit, NeedPaintHandler needPaint ) : System
inherit PaletteRibbonRedirect Source for inheriting values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System

PopulateFromBase() public method

Populate values from the base palette.
public PopulateFromBase ( PaletteState state ) : void
state PaletteState The palette state to populate with.
return void

SetInherit() public method

Sets the inheritence parent.
public SetInherit ( PaletteRibbonRedirect inherit ) : void
inherit PaletteRibbonRedirect
return void