C# Class ComponentFactory.Krypton.Toolkit.ButtonImageStates

Storage for button content value information.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
ShouldSerializeImageDisabled bool
ShouldSerializeImageNormal bool
ShouldSerializeImagePressed bool
ShouldSerializeImageTracking bool

Méthodes publiques

Méthode Description
CopyFrom ( ButtonImageStates source ) : void

Value copy form the provided source to ourself.

ResetImageDisabled ( ) : void

Resets the ImageDisabled property to its default value.

ResetImageNormal ( ) : void

Resets the ImageNormal property to its default value.

ResetImagePressed ( ) : void

Resets the ImagePressed property to its default value.

ResetImageTracking ( ) : void

Resets the ImageTracking property to its default value.

Private Methods

Méthode Description
ShouldSerializeImageDisabled ( ) : bool
ShouldSerializeImageNormal ( ) : bool
ShouldSerializeImagePressed ( ) : bool
ShouldSerializeImageTracking ( ) : bool

Method Details

CopyFrom() public méthode

Value copy form the provided source to ourself.
public CopyFrom ( ButtonImageStates source ) : void
source ButtonImageStates Source instance.
Résultat void

ResetImageDisabled() public méthode

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

ResetImageNormal() public méthode

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

ResetImagePressed() public méthode

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

ResetImageTracking() public méthode

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