mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
742 lines
44 KiB
HTML
742 lines
44 KiB
HTML
<!DOCTYPE html>
|
|
<!--[if IE]><![endif]-->
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<title>Class WebViewControl
|
|
</title>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="title" content="Class WebViewControl
|
|
">
|
|
<meta name="generator" content="docfx 2.56.7.0">
|
|
|
|
<link rel="shortcut icon" href="../../favicon.ico">
|
|
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
|
<link rel="stylesheet" href="../../styles/docfx.css">
|
|
<link rel="stylesheet" href="../../styles/main.css">
|
|
<meta property="docfx:navrel" content="../../toc.html">
|
|
<meta property="docfx:tocrel" content="toc.html">
|
|
|
|
|
|
|
|
</head> <body data-spy="scroll" data-target="#affix" data-offset="120">
|
|
<div id="wrapper">
|
|
<header>
|
|
|
|
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
|
|
<a class="navbar-brand" href="../../index.html">
|
|
<img id="logo" class="svg" src="../../logo.svg" alt="">
|
|
</a>
|
|
</div>
|
|
<div class="collapse navbar-collapse" id="navbar">
|
|
<form class="navbar-form navbar-right" role="search" id="search">
|
|
<div class="form-group">
|
|
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="subnav navbar navbar-default">
|
|
<div class="container hide-when-search" id="breadcrumb">
|
|
<ul class="breadcrumb">
|
|
<li></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<div role="main" class="container body-content hide-when-search">
|
|
|
|
<div class="sidenav hide-when-search">
|
|
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
|
<div class="sidetoggle collapse" id="sidetoggle">
|
|
<div id="sidetoc"></div>
|
|
</div>
|
|
</div>
|
|
<div class="article row grid-right">
|
|
<div class="col-md-10">
|
|
<article class="content wrap" id="_content" data-uid="Robust.Client.WebView.WebViewControl">
|
|
|
|
|
|
<h1 id="Robust_Client_WebView_WebViewControl" data-uid="Robust.Client.WebView.WebViewControl" class="text-break">Class WebViewControl
|
|
</h1>
|
|
<div class="markdown level0 summary"><p>An UI control that presents web content.</p>
|
|
</div>
|
|
<div class="markdown level0 conceptual"></div>
|
|
<div class="inheritance">
|
|
<h5>Inheritance</h5>
|
|
<div class="level0"><span class="xref">System.Object</span></div>
|
|
<div class="level1"><a class="xref" href="../Robust.Client/Robust.Client.UserInterface.Control.html">Control</a></div>
|
|
<div class="level2"><span class="xref">WebViewControl</span></div>
|
|
</div>
|
|
<div classs="implements">
|
|
<h5>Implements</h5>
|
|
<div><a class="xref" href="Robust.Client.WebView.IWebViewControl.html">IWebViewControl</a></div>
|
|
<div><span class="xref">Robust.Client.UserInterface.IRawInputControl</span></div>
|
|
</div>
|
|
<div class="inheritedMembers">
|
|
</div>
|
|
<h6><strong>Namespace</strong>: <a class="xref" href="Robust.Client.WebView.html">Robust.Client.WebView</a></h6>
|
|
<h6><strong>Assembly</strong>: Robust.Client.WebView.dll</h6>
|
|
<h5 id="Robust_Client_WebView_WebViewControl_syntax">Syntax</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public sealed class WebViewControl : Control, IWebViewControl, IRawInputControl</code></pre>
|
|
</div>
|
|
<h3 id="constructors">Constructors
|
|
</h3>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl__ctor.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L27">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl__ctor_" data-uid="Robust.Client.WebView.WebViewControl.#ctor*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl__ctor" data-uid="Robust.Client.WebView.WebViewControl.#ctor">WebViewControl()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public WebViewControl()</code></pre>
|
|
</div>
|
|
<h3 id="properties">Properties
|
|
</h3>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_IsLoading.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.IsLoading%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L25">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_IsLoading_" data-uid="Robust.Client.WebView.WebViewControl.IsLoading*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_IsLoading" data-uid="Robust.Client.WebView.WebViewControl.IsLoading">IsLoading</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public bool IsLoading { get; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Boolean</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_Url.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.Url%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L18">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_Url_" data-uid="Robust.Client.WebView.WebViewControl.Url*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_Url" data-uid="Robust.Client.WebView.WebViewControl.Url">Url</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public string Url { get; set; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.String</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3 id="methods">Methods
|
|
</h3>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_AddBeforeBrowseHandler_Action_Robust_Client_WebView_IBeforeBrowseContext__.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.AddBeforeBrowseHandler(Action%7BRobust.Client.WebView.IBeforeBrowseContext%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L148">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_AddBeforeBrowseHandler_" data-uid="Robust.Client.WebView.WebViewControl.AddBeforeBrowseHandler*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_AddBeforeBrowseHandler_Action_Robust_Client_WebView_IBeforeBrowseContext__" data-uid="Robust.Client.WebView.WebViewControl.AddBeforeBrowseHandler(Action{Robust.Client.WebView.IBeforeBrowseContext})">AddBeforeBrowseHandler(Action<IBeforeBrowseContext>)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void AddBeforeBrowseHandler(Action<IBeforeBrowseContext> handler)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">Action</span><<a class="xref" href="Robust.Client.WebView.IBeforeBrowseContext.html">IBeforeBrowseContext</a>></td>
|
|
<td><span class="parametername">handler</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_AddResourceRequestHandler_Action_Robust_Client_WebView_IRequestHandlerContext__.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.AddResourceRequestHandler(Action%7BRobust.Client.WebView.IRequestHandlerContext%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L138">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_AddResourceRequestHandler_" data-uid="Robust.Client.WebView.WebViewControl.AddResourceRequestHandler*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_AddResourceRequestHandler_Action_Robust_Client_WebView_IRequestHandlerContext__" data-uid="Robust.Client.WebView.WebViewControl.AddResourceRequestHandler(Action{Robust.Client.WebView.IRequestHandlerContext})">AddResourceRequestHandler(Action<IRequestHandlerContext>)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void AddResourceRequestHandler(Action<IRequestHandlerContext> handler)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">Action</span><<a class="xref" href="Robust.Client.WebView.IRequestHandlerContext.html">IRequestHandlerContext</a>></td>
|
|
<td><span class="parametername">handler</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_Draw_Robust_Client_Graphics_DrawingHandleScreen_.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.Draw(Robust.Client.Graphics.DrawingHandleScreen)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L106">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_Draw_" data-uid="Robust.Client.WebView.WebViewControl.Draw*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_Draw_Robust_Client_Graphics_DrawingHandleScreen_" data-uid="Robust.Client.WebView.WebViewControl.Draw(Robust.Client.Graphics.DrawingHandleScreen)">Draw(DrawingHandleScreen)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">protected override void Draw(DrawingHandleScreen handle)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="../Robust.Client/Robust.Client.Graphics.DrawingHandleScreen.html">DrawingHandleScreen</a></td>
|
|
<td><span class="parametername">handle</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="overrides">Overrides</h5>
|
|
<div><a class="xref" href="../Robust.Client/Robust.Client.UserInterface.Control.html#Robust_Client_UserInterface_Control_Draw_Robust_Client_Graphics_DrawingHandleScreen_">Control.Draw(DrawingHandleScreen)</a></div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_EnteredTree.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.EnteredTree%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L38">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_EnteredTree_" data-uid="Robust.Client.WebView.WebViewControl.EnteredTree*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_EnteredTree" data-uid="Robust.Client.WebView.WebViewControl.EnteredTree">EnteredTree()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">protected override void EnteredTree()</code></pre>
|
|
</div>
|
|
<h5 class="overrides">Overrides</h5>
|
|
<div><a class="xref" href="../Robust.Client/Robust.Client.UserInterface.Control.html#Robust_Client_UserInterface_Control_EnteredTree">Control.EnteredTree()</a></div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_ExecuteJavaScript_System_String_.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.ExecuteJavaScript(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L133">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_ExecuteJavaScript_" data-uid="Robust.Client.WebView.WebViewControl.ExecuteJavaScript*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_ExecuteJavaScript_System_String_" data-uid="Robust.Client.WebView.WebViewControl.ExecuteJavaScript(System.String)">ExecuteJavaScript(String)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void ExecuteJavaScript(string code)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.String</span></td>
|
|
<td><span class="parametername">code</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_ExitedTree.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.ExitedTree%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L45">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_ExitedTree_" data-uid="Robust.Client.WebView.WebViewControl.ExitedTree*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_ExitedTree" data-uid="Robust.Client.WebView.WebViewControl.ExitedTree">ExitedTree()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">protected override void ExitedTree()</code></pre>
|
|
</div>
|
|
<h5 class="overrides">Overrides</h5>
|
|
<div><a class="xref" href="../Robust.Client/Robust.Client.UserInterface.Control.html#Robust_Client_UserInterface_Control_ExitedTree">Control.ExitedTree()</a></div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_GoBack.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.GoBack%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L123">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_GoBack_" data-uid="Robust.Client.WebView.WebViewControl.GoBack*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_GoBack" data-uid="Robust.Client.WebView.WebViewControl.GoBack">GoBack()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public bool GoBack()</code></pre>
|
|
</div>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Boolean</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_GoForward.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.GoForward%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L128">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_GoForward_" data-uid="Robust.Client.WebView.WebViewControl.GoForward*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_GoForward" data-uid="Robust.Client.WebView.WebViewControl.GoForward">GoForward()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public bool GoForward()</code></pre>
|
|
</div>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Boolean</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_KeyboardFocusEntered.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.KeyboardFocusEntered%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L85">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_KeyboardFocusEntered_" data-uid="Robust.Client.WebView.WebViewControl.KeyboardFocusEntered*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_KeyboardFocusEntered" data-uid="Robust.Client.WebView.WebViewControl.KeyboardFocusEntered">KeyboardFocusEntered()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">protected override void KeyboardFocusEntered()</code></pre>
|
|
</div>
|
|
<h5 class="overrides">Overrides</h5>
|
|
<div><a class="xref" href="../Robust.Client/Robust.Client.UserInterface.Control.html#Robust_Client_UserInterface_Control_KeyboardFocusEntered">Control.KeyboardFocusEntered()</a></div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_KeyboardFocusExited.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.KeyboardFocusExited%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L92">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_KeyboardFocusExited_" data-uid="Robust.Client.WebView.WebViewControl.KeyboardFocusExited*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_KeyboardFocusExited" data-uid="Robust.Client.WebView.WebViewControl.KeyboardFocusExited">KeyboardFocusExited()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">protected override void KeyboardFocusExited()</code></pre>
|
|
</div>
|
|
<h5 class="overrides">Overrides</h5>
|
|
<div><a class="xref" href="../Robust.Client/Robust.Client.UserInterface.Control.html#Robust_Client_UserInterface_Control_KeyboardFocusExited">Control.KeyboardFocusExited()</a></div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_MouseExited.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.MouseExited%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L59">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_MouseExited_" data-uid="Robust.Client.WebView.WebViewControl.MouseExited*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_MouseExited" data-uid="Robust.Client.WebView.WebViewControl.MouseExited">MouseExited()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">protected override void MouseExited()</code></pre>
|
|
</div>
|
|
<h5 class="overrides">Overrides</h5>
|
|
<div><a class="xref" href="../Robust.Client/Robust.Client.UserInterface.Control.html#Robust_Client_UserInterface_Control_MouseExited">Control.MouseExited()</a></div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_MouseMove_GUIMouseMoveEventArgs_.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.MouseMove(GUIMouseMoveEventArgs)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L52">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_MouseMove_" data-uid="Robust.Client.WebView.WebViewControl.MouseMove*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_MouseMove_GUIMouseMoveEventArgs_" data-uid="Robust.Client.WebView.WebViewControl.MouseMove(GUIMouseMoveEventArgs)">MouseMove(GUIMouseMoveEventArgs)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">protected override void MouseMove(GUIMouseMoveEventArgs args)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">GUIMouseMoveEventArgs</span></td>
|
|
<td><span class="parametername">args</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="overrides">Overrides</h5>
|
|
<div><a class="xref" href="../Robust.Client/Robust.Client.UserInterface.Control.html#Robust_Client_UserInterface_Control_MouseMove_GUIMouseMoveEventArgs_">Control.MouseMove(GUIMouseMoveEventArgs)</a></div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_MouseWheel_GUIMouseWheelEventArgs_.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.MouseWheel(GUIMouseWheelEventArgs)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L66">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_MouseWheel_" data-uid="Robust.Client.WebView.WebViewControl.MouseWheel*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_MouseWheel_GUIMouseWheelEventArgs_" data-uid="Robust.Client.WebView.WebViewControl.MouseWheel(GUIMouseWheelEventArgs)">MouseWheel(GUIMouseWheelEventArgs)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">protected override void MouseWheel(GUIMouseWheelEventArgs args)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">GUIMouseWheelEventArgs</span></td>
|
|
<td><span class="parametername">args</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="overrides">Overrides</h5>
|
|
<div><a class="xref" href="../Robust.Client/Robust.Client.UserInterface.Control.html#Robust_Client_UserInterface_Control_MouseWheel_GUIMouseWheelEventArgs_">Control.MouseWheel(GUIMouseWheelEventArgs)</a></div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_Reload.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.Reload%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L118">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_Reload_" data-uid="Robust.Client.WebView.WebViewControl.Reload*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_Reload" data-uid="Robust.Client.WebView.WebViewControl.Reload">Reload()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void Reload()</code></pre>
|
|
</div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_RemoveBeforeBrowseHandler_Action_Robust_Client_WebView_IBeforeBrowseContext__.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.RemoveBeforeBrowseHandler(Action%7BRobust.Client.WebView.IBeforeBrowseContext%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L153">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_RemoveBeforeBrowseHandler_" data-uid="Robust.Client.WebView.WebViewControl.RemoveBeforeBrowseHandler*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_RemoveBeforeBrowseHandler_Action_Robust_Client_WebView_IBeforeBrowseContext__" data-uid="Robust.Client.WebView.WebViewControl.RemoveBeforeBrowseHandler(Action{Robust.Client.WebView.IBeforeBrowseContext})">RemoveBeforeBrowseHandler(Action<IBeforeBrowseContext>)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void RemoveBeforeBrowseHandler(Action<IBeforeBrowseContext> handler)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">Action</span><<a class="xref" href="Robust.Client.WebView.IBeforeBrowseContext.html">IBeforeBrowseContext</a>></td>
|
|
<td><span class="parametername">handler</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_RemoveResourceRequestHandler_Action_Robust_Client_WebView_IRequestHandlerContext__.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.RemoveResourceRequestHandler(Action%7BRobust.Client.WebView.IRequestHandlerContext%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L143">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_RemoveResourceRequestHandler_" data-uid="Robust.Client.WebView.WebViewControl.RemoveResourceRequestHandler*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_RemoveResourceRequestHandler_Action_Robust_Client_WebView_IRequestHandlerContext__" data-uid="Robust.Client.WebView.WebViewControl.RemoveResourceRequestHandler(Action{Robust.Client.WebView.IRequestHandlerContext})">RemoveResourceRequestHandler(Action<IRequestHandlerContext>)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void RemoveResourceRequestHandler(Action<IRequestHandlerContext> handler)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">Action</span><<a class="xref" href="Robust.Client.WebView.IRequestHandlerContext.html">IRequestHandlerContext</a>></td>
|
|
<td><span class="parametername">handler</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_Resized.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.Resized%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L99">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_Resized_" data-uid="Robust.Client.WebView.WebViewControl.Resized*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_Resized" data-uid="Robust.Client.WebView.WebViewControl.Resized">Resized()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">protected override void Resized()</code></pre>
|
|
</div>
|
|
<h5 class="overrides">Overrides</h5>
|
|
<div><a class="xref" href="../Robust.Client/Robust.Client.UserInterface.Control.html#Robust_Client_UserInterface_Control_Resized">Control.Resized()</a></div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_StopLoad.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.StopLoad%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L113">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_StopLoad_" data-uid="Robust.Client.WebView.WebViewControl.StopLoad*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_StopLoad" data-uid="Robust.Client.WebView.WebViewControl.StopLoad">StopLoad()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void StopLoad()</code></pre>
|
|
</div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl_TextEntered_GUITextEnteredEventArgs_.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl.TextEntered(GUITextEnteredEventArgs)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L78">View Source</a>
|
|
</span>
|
|
<a id="Robust_Client_WebView_WebViewControl_TextEntered_" data-uid="Robust.Client.WebView.WebViewControl.TextEntered*"></a>
|
|
<h4 id="Robust_Client_WebView_WebViewControl_TextEntered_GUITextEnteredEventArgs_" data-uid="Robust.Client.WebView.WebViewControl.TextEntered(GUITextEnteredEventArgs)">TextEntered(GUITextEnteredEventArgs)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">protected override void TextEntered(GUITextEnteredEventArgs args)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">GUITextEnteredEventArgs</span></td>
|
|
<td><span class="parametername">args</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3 id="implements">Implements</h3>
|
|
<div>
|
|
<a class="xref" href="Robust.Client.WebView.IWebViewControl.html">IWebViewControl</a>
|
|
</div>
|
|
<div>
|
|
<span class="xref">Robust.Client.UserInterface.IRawInputControl</span>
|
|
</div>
|
|
</article>
|
|
</div>
|
|
|
|
<div class="hidden-sm col-md-2" role="complementary">
|
|
<div class="sideaffix">
|
|
<div class="contribution">
|
|
<ul class="nav">
|
|
<li>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_WebView_WebViewControl.md&value=---%0Auid%3A%20Robust.Client.WebView.WebViewControl%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client.WebView/WebViewControl.cs/#L12" class="contribution-link">View Source</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="toggle-mode">
|
|
<div class="icon">
|
|
<i aria-hidden="true">☀</i>
|
|
</div>
|
|
<label class="switch">
|
|
<input type="checkbox" id="switch-style">
|
|
<span class="slider round"></span>
|
|
</label>
|
|
<div class="icon">
|
|
<i aria-hidden="true">☾</i>
|
|
</div>
|
|
</div>
|
|
|
|
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
|
<h5>In This Article</h5>
|
|
<div></div>
|
|
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<footer>
|
|
<div class="grad-bottom"></div>
|
|
<div class="footer">
|
|
<div class="container">
|
|
<span class="pull-right">
|
|
<a href="#top">Back to top</a>
|
|
</span>
|
|
<div class="pull-left">
|
|
|
|
<span>Generated by <strong>DocFX</strong></span>
|
|
</div>
|
|
<div class="toggle-mode pull-right visible-sm visible-xs">
|
|
<div class="icon">
|
|
<i aria-hidden="true">☀</i>
|
|
</div>
|
|
<label class="switch">
|
|
<input type="checkbox" id="switch-style-m">
|
|
<span class="slider round"></span>
|
|
</label>
|
|
<div class="icon">
|
|
<i aria-hidden="true">☾</i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript" src="../../styles/toggle-theme.js"></script>
|
|
</footer> </div>
|
|
|
|
<script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
|
|
<script type="text/javascript" src="../../styles/docfx.js"></script>
|
|
<script type="text/javascript" src="../../styles/main.js"></script>
|
|
</body>
|
|
</html>
|