C# Class ComponentFactory.Krypton.Toolkit.PaletteContentText

Implement storage for palette content text details.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PaletteContentText ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteContentText class.

Méthodes protégées

Méthode Description
OnPropertyChanged ( string property ) : void

Raises the PropertyChanged event.

Method Details

OnPropertyChanged() protected méthode

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

PaletteContentText() public méthode

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