C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteImagesTreeView

Storage for palette tree view images.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
KryptonPaletteImagesTreeView ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteImagesTreeView class.

PopulateFromBase ( ) : void

Populate values from the base palette.

ResetMinus ( ) : void

Resets the Minus property to its default value.

ResetPlus ( ) : void

Resets the Plus property to its default value.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

Method Details

KryptonPaletteImagesTreeView() public méthode

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

PopulateFromBase() public méthode

Populate values from the base palette.
public PopulateFromBase ( ) : void
Résultat void

ResetMinus() public méthode

Resets the Minus property to its default value.
public ResetMinus ( ) : void
Résultat void

ResetPlus() public méthode

Resets the Plus property to its default value.
public ResetPlus ( ) : void
Résultat void

SetRedirector() public méthode

Update the redirector with new reference.
public SetRedirector ( PaletteRedirect redirect ) : void
redirect PaletteRedirect Target redirector.
Résultat void