C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteRibbonGroupCheckBoxText

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

Public Methods

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

Initialize a new instance of the KryptonPaletteRibbonGroupCheckBoxText class.

Method Details

KryptonPaletteRibbonGroupCheckBoxText() public method

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