C# Класс UlteriusServer.Forms.Utilities.UlteriusTray

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
About System.Windows.Forms.MenuItem
AboutOpen bool
ExitProgram System.Windows.Forms.MenuItem
Menu System.Windows.Forms.ContextMenu
NotificationIcon System.Windows.Forms.NotifyIcon
OpenClient System.Windows.Forms.MenuItem
OpenDonate System.Windows.Forms.MenuItem
RestartProgram System.Windows.Forms.MenuItem

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

Метод Описание
RefreshTrayArea ( ) : void
ShowMessage ( string message, string title = "" ) : void
ShowTray ( ) : void

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

Метод Описание
AboutEvent ( object sender, EventArgs e ) : void
ExitEvent ( object sender, EventArgs e ) : void
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
FindWindowEx ( IntPtr hwndParent, IntPtr hwndChildAfter, string lpszClass, string lpszWindow ) : IntPtr
GetClientRect ( IntPtr hWnd, Rect &lpRect ) : bool
OpenAbout ( ) : void
OpenClientEvent ( object sender, EventArgs e ) : void
OpenDonateEvent ( object sender, EventArgs e ) : void
OpenSettingsEvent ( object sender, EventArgs e ) : void
RefreshTrayArea ( IntPtr windowHandle ) : void
RestartEvent ( object sender, EventArgs e ) : void
SendMessage ( IntPtr hWnd, uint msg, int wParam, int lParam ) : IntPtr

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

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

public static RefreshTrayArea ( ) : void
Результат void

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

public static ShowMessage ( string message, string title = "" ) : void
message string
title string
Результат void

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

public static ShowTray ( ) : void
Результат void

Описание свойств

About публичное статическое свойство

public static MenuItem,System.Windows.Forms About
Результат System.Windows.Forms.MenuItem

AboutOpen публичное статическое свойство

public static bool AboutOpen
Результат bool

ExitProgram публичное статическое свойство

public static MenuItem,System.Windows.Forms ExitProgram
Результат System.Windows.Forms.MenuItem

Menu публичное статическое свойство

public static ContextMenu,System.Windows.Forms Menu
Результат System.Windows.Forms.ContextMenu

NotificationIcon публичное статическое свойство

public static NotifyIcon,System.Windows.Forms NotificationIcon
Результат System.Windows.Forms.NotifyIcon

OpenClient публичное статическое свойство

public static MenuItem,System.Windows.Forms OpenClient
Результат System.Windows.Forms.MenuItem

OpenDonate публичное статическое свойство

public static MenuItem,System.Windows.Forms OpenDonate
Результат System.Windows.Forms.MenuItem

RestartProgram публичное статическое свойство

public static MenuItem,System.Windows.Forms RestartProgram
Результат System.Windows.Forms.MenuItem