C# Class ComponentFactory.Krypton.Toolkit.PaletteLayoutEventArgs

Details for palette layout events.
Inheritance: NeedLayoutEventArgs
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
PaletteLayoutEventArgs ( bool needLayout, bool needColorTable ) : System

Initialize a new instance of the PaletteLayoutEventArgs class.

Method Details

PaletteLayoutEventArgs() public méthode

Initialize a new instance of the PaletteLayoutEventArgs class.
public PaletteLayoutEventArgs ( bool needLayout, bool needColorTable ) : System
needLayout bool Does the layout need regenerating.
needColorTable bool Have the color table values changed?
Résultat System