C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteCargo

Storage of user supplied values not used by Krypton.
Inheritance: Storage
Datei anzeigen Open project: ComponentFactory/Krypton

Private Properties

Property Type Description

Public Methods

Method Description
KryptonPaletteCargo ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteCargo class.

ResetColor1 ( ) : void

esets the Color1 property to its default value.

ResetColor2 ( ) : void

esets the Color2 property to its default value.

ResetColor3 ( ) : void

esets the Color3 property to its default value.

ResetColor4 ( ) : void

esets the Color4 property to its default value.

ResetColor5 ( ) : void

esets the Color5 property to its default value.

ResetFont1 ( ) : void

esets the Font1 property to its default value.

ResetFont2 ( ) : void

esets the Font2 property to its default value.

Method Details

KryptonPaletteCargo() public method

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

ResetColor1() public method

esets the Color1 property to its default value.
public ResetColor1 ( ) : void
return void

ResetColor2() public method

esets the Color2 property to its default value.
public ResetColor2 ( ) : void
return void

ResetColor3() public method

esets the Color3 property to its default value.
public ResetColor3 ( ) : void
return void

ResetColor4() public method

esets the Color4 property to its default value.
public ResetColor4 ( ) : void
return void

ResetColor5() public method

esets the Color5 property to its default value.
public ResetColor5 ( ) : void
return void

ResetFont1() public method

esets the Font1 property to its default value.
public ResetFont1 ( ) : void
return void

ResetFont2() public method

esets the Font2 property to its default value.
public ResetFont2 ( ) : void
return void