C# Class ComponentFactory.Krypton.Toolkit.PaletteContentText

Implement storage for palette content text details.
Inheritance: Storage
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PaletteContentText ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteContentText class.

Protected Methods

Method Description
OnPropertyChanged ( string property ) : void

Raises the PropertyChanged event.

Method Details

OnPropertyChanged() protected method

Raises the PropertyChanged event.
protected OnPropertyChanged ( string property ) : void
property string Name of the property changed.
return void

PaletteContentText() public method

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