Method | Description | |
---|---|---|
WebForm ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnActivated ( EventArgs e ) : void | ||
OnDeactivate ( EventArgs e ) : void | ||
OnFormClosed ( FormClosedEventArgs e ) : void | ||
OnKeyDown ( KeyEventArgs e ) : void | ||
OnKeyPress ( KeyPressEventArgs e ) : void | ||
OnKeyUp ( KeyEventArgs e ) : void | ||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnMouseWheel ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnResize ( EventArgs e ) : void |
Method | Description | |
---|---|---|
ChangeHTML ( string newText ) : void | ||
DynamicGlobalJavascriptObjectSample ( ) : void | ||
GlobalJavascriptObjectSample ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
InitializeView ( WebView view ) : void | ||
OnCrashed ( object sender, CrashedEventArgs e ) : void | ||
OnCursorChanged ( object sender, CursorChangedEventArgs e ) : void | ||
OnCustomJavascriptMethod ( object sender, JavascriptMethodEventArgs e ) : void | ||
OnDocumentReady ( object sender, UrlEventArgs e ) : void | ||
OnShowNewView ( object sender, ShowCreatedWebViewEventArgs e ) : void | ||
OnSurfaceUpdated ( object sender, SurfaceUpdatedEventArgs e ) : void | ||
OnTitleChanged ( object sender, TitleChangedEventArgs e ) : void | ||
ResizeView ( ) : void | ||
WebForm ( WebView view, int width, int height ) : System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnDeactivate ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnFormClosed ( FormClosedEventArgs e ) : void | ||
e | FormClosedEventArgs | |
return | void |
protected OnKeyDown ( KeyEventArgs e ) : void | ||
e | KeyEventArgs | |
return | void |
protected OnKeyPress ( KeyPressEventArgs e ) : void | ||
e | KeyPressEventArgs | |
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |