C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteCargo

Storage of user supplied values not used by Krypton.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

ResetColor1() public méthode

esets the Color1 property to its default value.
public ResetColor1 ( ) : void
Résultat void

ResetColor2() public méthode

esets the Color2 property to its default value.
public ResetColor2 ( ) : void
Résultat void

ResetColor3() public méthode

esets the Color3 property to its default value.
public ResetColor3 ( ) : void
Résultat void

ResetColor4() public méthode

esets the Color4 property to its default value.
public ResetColor4 ( ) : void
Résultat void

ResetColor5() public méthode

esets the Color5 property to its default value.
public ResetColor5 ( ) : void
Résultat void

ResetFont1() public méthode

esets the Font1 property to its default value.
public ResetFont1 ( ) : void
Résultat void

ResetFont2() public méthode

esets the Font2 property to its default value.
public ResetFont2 ( ) : void
Résultat void