C# Class ComponentFactory.Krypton.Toolkit.DropDownButtonImages

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

Private Properties

Property Type Description

Public Methods

Method Description
DropDownButtonImages ( ) : System

Initialize a new instance of the DropDownButtonImages class.

DropDownButtonImages ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the DropDownButtonImages class.

ResetCommon ( ) : void

Resets the Common property to its default value.

ResetDisabled ( ) : void

Resets the Disabled property to its default value.

ResetNormal ( ) : void

Resets the Normal property to its default value.

ResetPressed ( ) : void

Resets the Pressed property to its default value.

ResetTracking ( ) : void

Resets the Tracking property to its default value.

Method Details

DropDownButtonImages() public method

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

DropDownButtonImages() public method

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

ResetCommon() public method

Resets the Common property to its default value.
public ResetCommon ( ) : void
return void

ResetDisabled() public method

Resets the Disabled property to its default value.
public ResetDisabled ( ) : void
return void

ResetNormal() public method

Resets the Normal property to its default value.
public ResetNormal ( ) : void
return void

ResetPressed() public method

Resets the Pressed property to its default value.
public ResetPressed ( ) : void
return void

ResetTracking() public method

Resets the Tracking property to its default value.
public ResetTracking ( ) : void
return void