C# Class XBMC_WebBrowser.FormMain

显示文件 Open project: AddonScriptorDE/XBMC_WebBrowser

Public Methods

Method Description
FormMain ( String args ) : System
importPageSettings ( String title ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

ProcessCmdKey ( Message &msg, Keys keyDaya ) : bool

Private Methods

Method Description
GetAsyncKeyState ( int vKey ) : short
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

SetForegroundWindow ( IntPtr hWnd ) : bool
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool
doubleClick ( ) : void
enterUrl ( ) : void
importKeymap ( String file ) : void
mouse_event ( uint dwFlags, uint dx, uint dy, int dwData, uint dwExtraInf ) : void
nativeBrowser_NewWindow2 ( object &ppDisp, bool &Cancel ) : void
pressEsc ( ) : void
pressF5 ( ) : void
pressTab ( ) : void
setAcceleration ( ) : void
showContextMenu ( ) : void
showFavourites ( ) : void
showKeyboard ( ) : void
showMagnifier ( ) : void
showShortcuts ( ) : void
timer_Tick ( object sender, EventArgs e ) : void
updateMagnifier ( ) : void
webBrowser1_DocumentCompleted ( object sender, WebBrowserDocumentCompletedEventArgs e ) : void

Method Details

Dispose() protected method

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
return void

FormMain() public method

public FormMain ( String args ) : System
args String
return System

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyDaya ) : bool
msg Message
keyDaya Keys
return bool

importPageSettings() public method

public importPageSettings ( String title ) : void
title String
return void