Method | Description | |
---|---|---|
AllowKeysForIDocHostUIHandler ( tagMSG lpmsg ) : void |
Allow a select set of keys be active when using the IDocHostUIHandler interface
|
|
Back ( ) : void |
Invoke "go back" in browser history
|
|
Forward ( ) : void |
Invoke "go forward" in browser history
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnBeforeNavigate ( string url, int flags, string targetFrameName, object &postData, string headers, bool &wasHandled ) : void | ||
OnHCBeforeNavigate ( |
Method | Description | |
---|---|---|
GetAsyncKeyState ( int vKey ) : short | ||
HtmlControl ( ) : System | ||
InitializeComponent ( ) : void |
public AllowKeysForIDocHostUIHandler ( tagMSG lpmsg ) : void | ||
lpmsg | tagMSG | the message/key combination |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
protected OnBeforeNavigate ( string url, int flags, string targetFrameName, object &postData, string headers, bool &wasHandled ) : void | ||
url | string | |
flags | int | |
targetFrameName | string | |
postData | object | |
headers | string | |
wasHandled | bool | |
return | void |
protected OnHCBeforeNavigate ( |
||
e | ||
return | void |