C# Class ComponentFactory.Krypton.Toolkit.RadioButtonImages

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

Private Properties

Property Type Description

Public Methods

Method Description
RadioButtonImages ( ) : System

Initialize a new instance of the RadioButtonImages class.

RadioButtonImages ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the RadioButtonImages class.

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.

Method Details

RadioButtonImages() public method

Initialize a new instance of the RadioButtonImages class.
public RadioButtonImages ( ) : System
return System

RadioButtonImages() public method

Initialize a new instance of the RadioButtonImages class.
public RadioButtonImages ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System

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