C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteImagesTreeView

Storage for palette tree view images.
Inheritance: Storage
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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.
return System

PopulateFromBase() public method

Populate values from the base palette.
public PopulateFromBase ( ) : void
return void

ResetMinus() public method

Resets the Minus property to its default value.
public ResetMinus ( ) : void
return void

ResetPlus() public method

Resets the Plus property to its default value.
public ResetPlus ( ) : void
return void

SetRedirector() public method

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