C# Class ComponentFactory.Krypton.Toolkit.ButtonImageStates

Storage for button content value information.
Inheritance: Storage
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeImageDisabled bool
ShouldSerializeImageNormal bool
ShouldSerializeImagePressed bool
ShouldSerializeImageTracking bool

Public Methods

Method 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

Method Description
ShouldSerializeImageDisabled ( ) : bool
ShouldSerializeImageNormal ( ) : bool
ShouldSerializeImagePressed ( ) : bool
ShouldSerializeImageTracking ( ) : bool

Method Details

CopyFrom() public method

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

ResetImageDisabled() public method

Resets the ImageDisabled property to its default value.
public ResetImageDisabled ( ) : void
return void

ResetImageNormal() public method

Resets the ImageNormal property to its default value.
public ResetImageNormal ( ) : void
return void

ResetImagePressed() public method

Resets the ImagePressed property to its default value.
public ResetImagePressed ( ) : void
return void

ResetImageTracking() public method

Resets the ImageTracking property to its default value.
public ResetImageTracking ( ) : void
return void