C# Class ComponentFactory.Krypton.Toolkit.Storage

Inheritance: GlobalId
Datei anzeigen Open project: ComponentFactory/Krypton

Private Properties

Property Type Description

Public Methods

Method 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.

Protected Methods

Method Description
OnNeedPaint ( object sender, NeedLayoutEventArgs e ) : void

Raises the NeedPaint event.

Method Details

OnNeedPaint() protected method

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

PerformNeedPaint() public method

Fires the NeedPaint event.
public PerformNeedPaint ( ) : void
return void

PerformNeedPaint() public method

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

ToString() public method

Returns a string that represents the current defaulted state.
public ToString ( ) : string
return string