C# Class ComponentFactory.Krypton.Toolkit.ContextMenuImages

Storage for context menu images.
Inheritance: Storage
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

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

ResetChecked() public method

Resets the Checked property to its default value.
public ResetChecked ( ) : void
return void

ResetIndeterminate() public method

Resets the Indeterminate property to its default value.
public ResetIndeterminate ( ) : void
return void

ResetSubMenu() public method

Resets the SubMenu property to its default value.
public ResetSubMenu ( ) : void
return void