C# Class ComponentFactory.Krypton.Toolkit.RadioButtonImages

Storage for radio button images.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initialize a new instance of the RadioButtonImages class.
public RadioButtonImages ( ) : System
Résultat System

RadioButtonImages() public méthode

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

ResetCheckedDisabled() public méthode

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

ResetCheckedNormal() public méthode

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

ResetCheckedPressed() public méthode

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

ResetCheckedTracking() public méthode

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

ResetCommon() public méthode

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

ResetUncheckedDisabled() public méthode

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

ResetUncheckedNormal() public méthode

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

ResetUncheckedPressed() public méthode

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

ResetUncheckedTracking() public méthode

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