C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteRibbonGroupButtonText

Storage for palette ribbon group button text states.
Inheritance: KryptonPaletteRibbonGroupBaseText
Show file Open project: Cocotteseb/Krypton Class Usage Examples

Public Methods

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

Initialize a new instance of the KryptonPaletteRibbonGroupButtonText class.

Method Details

KryptonPaletteRibbonGroupButtonText() public method

Initialize a new instance of the KryptonPaletteRibbonGroupButtonText class.
public KryptonPaletteRibbonGroupButtonText ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Redirector to inherit values from.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System