Метод | Описание | |
---|---|---|
LogException ( |
Browser host has requested an exception to be logged
|
|
LogInfo ( string message ) : void |
Browser host has requested an information message be logged
|
|
OnClosing ( ) : void |
Browser host is closing
|
|
OnKeyPress ( int keyPressed ) : void |
Key was pressed in the browser
|
|
OnWndProc ( |
Handle WndProc so that we can process media key events
|
public LogException ( |
||
exception | ||
Результат | void |
public OnKeyPress ( int keyPressed ) : void | ||
keyPressed | int | |
Результат | void |
public OnWndProc ( |
||
msg | ||
Результат | bool |