C# Class ComponentFactory.Krypton.Navigator.PaletteNavContentText

Implement storage for palette content text details.
Inheritance: ComponentFactory.Krypton.Toolkit.PaletteContentText
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PaletteNavContentText ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteNavContentText class.

Method Details

PaletteNavContentText() public method

Initialize a new instance of the PaletteNavContentText class.
public PaletteNavContentText ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System