C# Class Rsdn.Janus.SplashForm

Afficher le fichier Open project: rsdn/janus

Méthodes publiques

Méthode Description
AddItem ( string itemText, Image itemIcon ) : void
Complete ( ) : void
CreateVisualizer ( bool allowCancel ) : IProgressVisualizer
ReportProgress ( int total, int count ) : void
SetProgressText ( string text ) : void
SetText ( string text ) : void
SplashForm ( IServiceProvider serviceProvider ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes of the resources (other than memory) used by the .

OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
DrawExtension ( ExtensionData data, Graphics graphics, Rectangle rectangle ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ModulesBoxPaint ( object sender, PaintEventArgs e ) : void

Method Details

AddItem() public méthode

public AddItem ( string itemText, Image itemIcon ) : void
itemText string
itemIcon Image
Résultat void

Complete() public méthode

public Complete ( ) : void
Résultat void

CreateVisualizer() public méthode

public CreateVisualizer ( bool allowCancel ) : IProgressVisualizer
allowCancel bool
Résultat IProgressVisualizer

Dispose() protected méthode

Disposes of the resources (other than memory) used by the .
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

ReportProgress() public méthode

public ReportProgress ( int total, int count ) : void
total int
count int
Résultat void

SetProgressText() public méthode

public SetProgressText ( string text ) : void
text string
Résultat void

SetText() public méthode

public SetText ( string text ) : void
text string
Résultat void

SplashForm() public méthode

public SplashForm ( IServiceProvider serviceProvider ) : System
serviceProvider IServiceProvider
Résultat System