C# 클래스 XBMC_WebBrowser.FormMain

파일 보기 프로젝트 열기: AddonScriptorDE/XBMC_WebBrowser

공개 메소드들

메소드 설명
FormMain ( String args ) : System
importPageSettings ( String title ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

ProcessCmdKey ( Message &msg, Keys keyDaya ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

FormMain() 공개 메소드

public FormMain ( String args ) : System
args String
리턴 System

ProcessCmdKey() 보호된 메소드

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

importPageSettings() 공개 메소드

public importPageSettings ( String title ) : void
title String
리턴 void