C# Class ComponentFactory.Krypton.Toolkit.TreeViewImages

Storage for 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
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 méthode

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

ResetPlus() public méthode

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

TreeViewImages() public méthode

Initialize a new instance of the TreeViewImages class.
public TreeViewImages ( ) : System
Résultat System

TreeViewImages() public méthode

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