C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteImagesGalleryButton

Storage for gallery button state specific images.
Inheritance: Storage
Mostra file Open project: Cocotteseb/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

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.
return System

PopulateFromBase() public method

Populate values from the base palette.
public PopulateFromBase ( ) : void
return void

ResetCommon() public method

Resets the Common property to its default value.
public ResetCommon ( ) : void
return void

ResetDisabled() public method

Resets the Disabled property to its default value.
public ResetDisabled ( ) : void
return void

ResetNormal() public method

Resets the Normal property to its default value.
public ResetNormal ( ) : void
return void

ResetPressed() public method

Resets the Pressed property to its default value.
public ResetPressed ( ) : void
return void

ResetTracking() public method

Resets the Tracking property to its default value.
public ResetTracking ( ) : void
return void

SetRedirector() public method

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