C# Class ComponentFactory.Krypton.Ribbon.PaletteRibbonImages

Storage for application button related properties.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
ShouldSerializeCheckBox bool
ShouldSerializeRadioButton bool

Méthodes publiques

Méthode Description
PaletteRibbonImages ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteRibbonImages class.

Private Methods

Méthode Description
ShouldSerializeCheckBox ( ) : bool
ShouldSerializeRadioButton ( ) : bool

Method Details

PaletteRibbonImages() public méthode

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.
Résultat System