C# Class ComponentFactory.Krypton.Toolkit.ContextMenuImages

Storage for context menu images.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ContextMenuImages ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the ContextMenuImages class.

ResetChecked ( ) : void

Resets the Checked property to its default value.

ResetIndeterminate ( ) : void

Resets the Indeterminate property to its default value.

ResetSubMenu ( ) : void

Resets the SubMenu property to its default value.

Method Details

ContextMenuImages() public méthode

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

ResetChecked() public méthode

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

ResetIndeterminate() public méthode

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

ResetSubMenu() public méthode

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