C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteImagesRadioButton

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

Private Properties

Property Type Description

Public Methods

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

Initialize a new instance of the KryptonPaletteImagesRadioButton 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.

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

KryptonPaletteImagesRadioButton() public method

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

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