C# Класс DistributedDesktop.DDHostTrayApp

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
OnLoad ( EventArgs e ) : void

Приватные методы

Метод Описание
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

Описание методов

DDHostTrayApp() публичный Метод

public DDHostTrayApp ( ) : System
Результат System

Main() публичный статический Метод

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
Результат void

OnLoad() защищенный Метод

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void