C# Class ComponentFactory.Krypton.Ribbon.PaletteRibbonStyles

Implement storage for a ribbon style values.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
Show file Open project: ComponentFactory/Krypton

Private Properties

Property Type Description

Public Methods

Method Description
PaletteRibbonStyles ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteRibbonStyles class.

Method Details

PaletteRibbonStyles() public method

Initialize a new instance of the PaletteRibbonStyles class.
public PaletteRibbonStyles ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : System
ribbon KryptonRibbon Source ribbon control instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System