C# Class DistributedDesktop.DDHostTrayApp

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Private Methods

Méthode 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 méthode

public DDHostTrayApp ( ) : System
Résultat System

Main() public static méthode

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
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void