C# Class ComponentFactory.Krypton.Toolkit.CheckButtonImageStates

Storage for check button content value information.
Inheritance: ButtonImageStates
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeImageCheckedNormal bool
ShouldSerializeImageCheckedPressed bool
ShouldSerializeImageCheckedTracking bool

Public Methods

Method Description
CopyFrom ( CheckButtonImageStates source ) : void

Value copy form the provided source to ourself.

ResetImageCheckedNormal ( ) : void

Resets the ImageCheckedNormal property to its default value.

ResetImageCheckedPressed ( ) : void

Resets the ImageCheckedPressed property to its default value.

ResetImageCheckedTracking ( ) : void

Resets the ImageCheckedTracking property to its default value.

Private Methods

Method Description
ShouldSerializeImageCheckedNormal ( ) : bool
ShouldSerializeImageCheckedPressed ( ) : bool
ShouldSerializeImageCheckedTracking ( ) : bool

Method Details

CopyFrom() public method

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

ResetImageCheckedNormal() public method

Resets the ImageCheckedNormal property to its default value.
public ResetImageCheckedNormal ( ) : void
return void

ResetImageCheckedPressed() public method

Resets the ImageCheckedPressed property to its default value.
public ResetImageCheckedPressed ( ) : void
return void

ResetImageCheckedTracking() public method

Resets the ImageCheckedTracking property to its default value.
public ResetImageCheckedTracking ( ) : void
return void