C# Class Microsoft.AzureCat.Samples.AlertClient.AboutForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: paolosalvatori/servicefabriceventhubdemo Class Usage Examples

Public Methods

Method Description
AboutForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Updates the limits of all current shapes so that they don't disappear off-screen

Private Methods

Method Description
InitializeComponent ( ) : void

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

blogLinkLabel_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
mailLinkLabel_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
timer_Tick ( object sender, EventArgs e ) : void
twitterLinkLabel_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Method Details

AboutForm() public method

public AboutForm ( ) : System
return System

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

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnSizeChanged() protected method

Updates the limits of all current shapes so that they don't disappear off-screen
protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void