C# Class ComponentFactory.Krypton.Toolkit.Storage

Inheritance: GlobalId
Afficher le fichier Open project: ComponentFactory/Krypton

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PerformNeedPaint ( ) : void

Fires the NeedPaint event.

PerformNeedPaint ( bool needLayout ) : void

Fires the NeedPaint event.

ToString ( ) : string

Returns a string that represents the current defaulted state.

Méthodes protégées

Méthode Description
OnNeedPaint ( object sender, NeedLayoutEventArgs e ) : void

Raises the NeedPaint event.

Method Details

OnNeedPaint() protected méthode

Raises the NeedPaint event.
protected OnNeedPaint ( object sender, NeedLayoutEventArgs e ) : void
sender object Source of the event.
e NeedLayoutEventArgs An NeedLayoutEventArgs containing event data.
Résultat void

PerformNeedPaint() public méthode

Fires the NeedPaint event.
public PerformNeedPaint ( ) : void
Résultat void

PerformNeedPaint() public méthode

Fires the NeedPaint event.
public PerformNeedPaint ( bool needLayout ) : void
needLayout bool Does the palette change require a layout.
Résultat void

ToString() public méthode

Returns a string that represents the current defaulted state.
public ToString ( ) : string
Résultat string