메소드 | 설명 | |
---|---|---|
WebForm ( ) : System |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |
protected OnFormClosed ( FormClosedEventArgs e ) : void | ||
e | FormClosedEventArgs | |
리턴 | void |
protected OnKeyPress ( KeyPressEventArgs e ) : void | ||
e | KeyPressEventArgs | |
리턴 | void |