C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteImagesGalleryButton

Storage for gallery button state specific images.
Inheritance: Storage
Afficher le fichier Open project: Cocotteseb/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
KryptonPaletteImagesGalleryButton ( PaletteRibbonGalleryButton button, PaletteRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteImagesGalleryButton class.

PopulateFromBase ( ) : void

Populate values from the base palette.

ResetCommon ( ) : void

Resets the Common property to its default value.

ResetDisabled ( ) : void

Resets the Disabled property to its default value.

ResetNormal ( ) : void

Resets the Normal property to its default value.

ResetPressed ( ) : void

Resets the Pressed property to its default value.

ResetTracking ( ) : void

Resets the Tracking property to its default value.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

Method Details

KryptonPaletteImagesGalleryButton() public méthode

Initialize a new instance of the KryptonPaletteImagesGalleryButton class.
public KryptonPaletteImagesGalleryButton ( PaletteRibbonGalleryButton button, PaletteRedirect redirect, NeedPaintHandler needPaint ) : System
button PaletteRibbonGalleryButton Which button this instance represents.
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

ResetCommon() public méthode

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

ResetDisabled() public méthode

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

ResetNormal() public méthode

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

ResetPressed() public méthode

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

ResetTracking() public méthode

Resets the Tracking property to its default value.
public ResetTracking ( ) : 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