C# Класс AGS.Editor.Components.HelpCommandsComponent

Наследование: AGS.Editor.Components.BaseComponent
Показать файл Открыть проект

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

Метод Описание
CommandClick ( string controlID ) : void
HelpCommandsComponent ( GUIController guiController, AGSEditor agsEditor ) : System

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

Метод Описание
AdjustHelpWindowSize ( ) : bool

The HTML Help API's HtmlHelp method forces the help window to stretch across multiple monitors if it opens at a negative location (-x, -y). This method resizes the window to the work-space size of the monitor that it is in. This method must be called immediately after opening the Help window with the Help class.

CheckForUpdates ( ) : void
CompareSoftwareVersions ( string serverVersionText ) : VersionCheckStatus
CompareVersionWithXML ( XmlDocument doc, string xmlElVersionFull, string xmlElVersionFriendly, string &newVersionText ) : VersionCheckStatus
DownloadUpdateStatusThread ( object parameter ) : object
GetHelpParentWindow ( ) : Form

Hack to get around the fact that Help.ShowHelp can make the help window modal over the application window

GetMonitorInfo ( IntPtr monitorHandle, MonitorInfo &info ) : bool
GetPageURL ( XmlDocument doc, string xmlElementName ) : string
LaunchBrowserAtAGSDownloadPage ( ) : void
LaunchBrowserAtAGSForums ( ) : void
LaunchBrowserAtAGSWebsite ( ) : void
LaunchBrowserAtPage ( string url ) : void
LaunchHelp ( string url, HelpNavigator command, object parameter ) : void
MonitorFromWindow ( IntPtr windowHandle, uint flags ) : IntPtr
SetWindowPos ( IntPtr windowHandle, IntPtr handleInsertAfter, int x, int y, int cx, int cy, uint flags ) : bool
_guiController_OnLaunchHelp ( string keyword ) : void

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

CommandClick() публичный метод

public CommandClick ( string controlID ) : void
controlID string
Результат void

HelpCommandsComponent() публичный метод

public HelpCommandsComponent ( GUIController guiController, AGSEditor agsEditor ) : System
guiController GUIController
agsEditor AGSEditor
Результат System