C# Class ComponentFactory.Krypton.Toolkit.TreeViewImages

Storage for tree view images.
Inheritance: Storage
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ResetMinus ( ) : void

Resets the Minus property to its default value.

ResetPlus ( ) : void

Resets the collapse property to its default value.

TreeViewImages ( ) : System

Initialize a new instance of the TreeViewImages class.

TreeViewImages ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the TreeViewImages class.

Method Details

ResetMinus() public method

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

ResetPlus() public method

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

TreeViewImages() public method

Initialize a new instance of the TreeViewImages class.
public TreeViewImages ( ) : System
return System

TreeViewImages() public method

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