C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteRibbonGroupLabelText

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

Public Methods

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

Initialize a new instance of the KryptonPaletteRibbonGroupLabelText class.

Method Details

KryptonPaletteRibbonGroupLabelText() public method

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