C# Class TileIconifier.Forms.Shared.FrmLoadingSplash

Afficher le fichier Open project: Jonno12345/TileIconifier

Méthodes publiques

Méthode Description
FrmLoadingSplash ( ) : System
SetTitle ( string title ) : void
WorkCompleted ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &message ) : void

Stops user from moving this window

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

frmLoadingSplash_Load ( object sender, EventArgs e ) : void
tmrIncrement_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FrmLoadingSplash() public méthode

public FrmLoadingSplash ( ) : System
Résultat System

SetTitle() public méthode

public SetTitle ( string title ) : void
title string
Résultat void

WndProc() protected méthode

Stops user from moving this window
protected WndProc ( Message &message ) : void
message Message
Résultat void

WorkCompleted() public méthode

public WorkCompleted ( ) : void
Résultat void