C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteRibbonGroupRadioButtonText

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

Public Methods

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

Initialize a new instance of the KryptonPaletteRibbonGroupRadioButtonText class.

Method Details

KryptonPaletteRibbonGroupRadioButtonText() public method

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