C# Class DistributedDesktop.DDHostTrayApp

Inheritance: System.Windows.Forms.Form
Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
DDHostTrayApp ( ) : System
Main ( ) : void

The main entry point for the application.

You only need to use the [STAThread] attribute if the application needs to be single threaded from a Windows Forms, or other frameworks. This is the case if you intend to capture screen shots to the Clipboard and Windows.Forms.Clipboard will only work in a single threaded environment.

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
DDHostTrayApp_MouseDown ( object sender, MouseEventArgs e ) : void
OnChangeGray ( object sender, EventArgs e ) : void
OnChangeSharing ( object sender, EventArgs e ) : void
OnExit ( object sender, EventArgs e ) : void
OnRemoteControl ( object sender, EventArgs e ) : void
OnSettingsSelect ( object sender, EventArgs e ) : void
trayIcon_BalloonTipShown ( object sender, EventArgs e ) : void

Method Details

DDHostTrayApp() public method

public DDHostTrayApp ( ) : System
return System

Main() public static method

The main entry point for the application.
You only need to use the [STAThread] attribute if the application needs to be single threaded from a Windows Forms, or other frameworks. This is the case if you intend to capture screen shots to the Clipboard and Windows.Forms.Clipboard will only work in a single threaded environment.
public static Main ( ) : void
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void