C# Class ComponentFactory.Krypton.Toolkit.PaletteLayoutEventArgs

Details for palette layout events.
Inheritance: NeedLayoutEventArgs
Exibir arquivo Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
PaletteLayoutEventArgs ( bool needLayout, bool needColorTable ) : System

Initialize a new instance of the PaletteLayoutEventArgs class.

Method Details

PaletteLayoutEventArgs() public method

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?
return System