C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteImagesCheckBox

Storage for palette check box images.
Inheritance: Storage
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Initialize a new instance of the KryptonPaletteImagesCheckBox class.

PopulateFromBase ( ) : void

Populate values from the base palette.

ResetCheckedDisabled ( ) : void

Resets the CheckedDisabled property to its default value.

ResetCheckedNormal ( ) : void

Resets the CheckedNormal property to its default value.

ResetCheckedPressed ( ) : void

Resets the CheckedPressed property to its default value.

ResetCheckedTracking ( ) : void

Resets the CheckedTracking property to its default value.

ResetCommon ( ) : void

Resets the Common property to its default value.

ResetIndeterminateDisabled ( ) : void

Resets the IndeterminateDisabled property to its default value.

ResetIndeterminateNormal ( ) : void

Resets the IndeterminateNormal property to its default value.

ResetIndeterminatePressed ( ) : void

Resets the IndeterminatePressed property to its default value.

ResetIndeterminateTracking ( ) : void

Resets the IndeterminateTracking property to its default value.

ResetUncheckedDisabled ( ) : void

Resets the UncheckedDisabled property to its default value.

ResetUncheckedNormal ( ) : void

Resets the UncheckedNormal property to its default value.

ResetUncheckedPressed ( ) : void

Resets the UncheckedPressed property to its default value.

ResetUncheckedTracking ( ) : void

Resets the UncheckedTracking property to its default value.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

Method Details

KryptonPaletteImagesCheckBox() public method

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

ResetCheckedDisabled() public method

Resets the CheckedDisabled property to its default value.
public ResetCheckedDisabled ( ) : void
return void

ResetCheckedNormal() public method

Resets the CheckedNormal property to its default value.
public ResetCheckedNormal ( ) : void
return void

ResetCheckedPressed() public method

Resets the CheckedPressed property to its default value.
public ResetCheckedPressed ( ) : void
return void

ResetCheckedTracking() public method

Resets the CheckedTracking property to its default value.
public ResetCheckedTracking ( ) : void
return void

ResetCommon() public method

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

ResetIndeterminateDisabled() public method

Resets the IndeterminateDisabled property to its default value.
public ResetIndeterminateDisabled ( ) : void
return void

ResetIndeterminateNormal() public method

Resets the IndeterminateNormal property to its default value.
public ResetIndeterminateNormal ( ) : void
return void

ResetIndeterminatePressed() public method

Resets the IndeterminatePressed property to its default value.
public ResetIndeterminatePressed ( ) : void
return void

ResetIndeterminateTracking() public method

Resets the IndeterminateTracking property to its default value.
public ResetIndeterminateTracking ( ) : void
return void

ResetUncheckedDisabled() public method

Resets the UncheckedDisabled property to its default value.
public ResetUncheckedDisabled ( ) : void
return void

ResetUncheckedNormal() public method

Resets the UncheckedNormal property to its default value.
public ResetUncheckedNormal ( ) : void
return void

ResetUncheckedPressed() public method

Resets the UncheckedPressed property to its default value.
public ResetUncheckedPressed ( ) : void
return void

ResetUncheckedTracking() public method

Resets the UncheckedTracking property to its default value.
public ResetUncheckedTracking ( ) : void
return void

SetRedirector() public method

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