C# Class TileIconifier.Forms.Shared.FrmLoadingSplash

Datei anzeigen Open project: Jonno12345/TileIconifier

Public Methods

Method Description
FrmLoadingSplash ( ) : System
SetTitle ( string title ) : void
WorkCompleted ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &message ) : void

Stops user from moving this window

Private Methods

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

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

FrmLoadingSplash() public method

public FrmLoadingSplash ( ) : System
return System

SetTitle() public method

public SetTitle ( string title ) : void
title string
return void

WndProc() protected method

Stops user from moving this window
protected WndProc ( Message &message ) : void
message Message
return void

WorkCompleted() public method

public WorkCompleted ( ) : void
return void