C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteImagesContextMenu

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

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.
Résultat System

PopulateFromBase() public méthode

Populate values from the base palette.
public PopulateFromBase ( ) : void
Résultat void

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

SetRedirector() public méthode

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