C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteImagesContextMenu

Storage for palette context menu images.
Inheritance: Storage
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
KryptonPaletteImagesContextMenu ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteImagesContextMenu class.

PopulateFromBase ( ) : void

Populate values from the base palette.

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.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

Method Details

KryptonPaletteImagesContextMenu() public method

Initialize a new instance of the KryptonPaletteImagesContextMenu class.
public KryptonPaletteImagesContextMenu ( 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

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

SetRedirector() public method

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