C# Class ComponentFactory.Krypton.Ribbon.PaletteRibbonImages

Storage for application button related properties.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeCheckBox bool
ShouldSerializeRadioButton bool

Public Methods

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

Initialize a new instance of the PaletteRibbonImages class.

Private Methods

Method Description
ShouldSerializeCheckBox ( ) : bool
ShouldSerializeRadioButton ( ) : bool

Method Details

PaletteRibbonImages() public method

Initialize a new instance of the PaletteRibbonImages class.
public PaletteRibbonImages ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System
redirect ComponentFactory.Krypton.Toolkit.PaletteRedirect Inheritence redirection instance.
needPaint NeedPaintHandler Paint delegate.
return System