Terminal.Gui.MouseEvent.html 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class MouseEvent
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class MouseEvent
  11. ">
  12. <link rel="shortcut icon" href="../../favicon.ico">
  13. <link rel="stylesheet" href="../../styles/docfx.vendor.min.css">
  14. <link rel="stylesheet" href="../../styles/docfx.css">
  15. <link rel="stylesheet" href="../../styles/main.css">
  16. <meta property="docfx:navrel" content="../../toc.html">
  17. <meta property="docfx:tocrel" content="toc.html">
  18. <meta property="docfx:rel" content="../../">
  19. </head>
  20. <body data-spy="scroll" data-target="#affix" data-offset="120">
  21. <div id="wrapper">
  22. <header>
  23. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  24. <div class="container">
  25. <div class="navbar-header">
  26. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  27. <span class="sr-only">Toggle navigation</span>
  28. <span class="icon-bar"></span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. </button>
  32. <a class="navbar-brand" href="../../index.html">
  33. <img id="logo" class="svg" src="../../images/logo48.png" alt="">
  34. </a>
  35. </div>
  36. <div class="collapse navbar-collapse" id="navbar">
  37. <form class="navbar-form navbar-right" role="search" id="search">
  38. <div class="form-group">
  39. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  40. </div>
  41. </form>
  42. </div>
  43. </div>
  44. </nav>
  45. <div class="subnav navbar navbar-default">
  46. <div class="container hide-when-search" id="breadcrumb">
  47. <ul class="breadcrumb">
  48. <li></li>
  49. </ul>
  50. </div>
  51. </div>
  52. </header>
  53. <div class="container body-content">
  54. <div id="search-results">
  55. <div class="search-list">Search Results for <span></span></div>
  56. <div class="sr-items">
  57. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  58. </div>
  59. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  60. </div>
  61. </div>
  62. <div role="main" class="container body-content hide-when-search">
  63. <div class="sidenav hide-when-search">
  64. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  65. <div class="sidetoggle collapse" id="sidetoggle">
  66. <div id="sidetoc"></div>
  67. </div>
  68. </div>
  69. <div class="article row grid-right">
  70. <div class="col-md-10">
  71. <article class="content wrap" id="_content" data-uid="Terminal.Gui.MouseEvent">
  72. <h1 id="Terminal_Gui_MouseEvent" data-uid="Terminal.Gui.MouseEvent" class="text-break">Class MouseEvent
  73. </h1>
  74. <div class="markdown level0 summary">Low-level construct that conveys the details of mouse events, such
  75. as coordinates and button state, from ConsoleDrivers up to <a class="xref" href="Terminal.Gui.Application.html">Application</a> and
  76. Views.</div>
  77. <div class="markdown level0 conceptual"></div>
  78. <div class="inheritance">
  79. <h5>Inheritance</h5>
  80. <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
  81. <div class="level1"><span class="xref">MouseEvent</span></div>
  82. </div>
  83. <div class="inheritedMembers">
  84. <h5>Inherited Members</h5>
  85. <div>
  86. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
  87. </div>
  88. <div>
  89. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
  90. </div>
  91. <div>
  92. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
  93. </div>
  94. <div>
  95. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
  96. </div>
  97. <div>
  98. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
  99. </div>
  100. <div>
  101. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
  102. </div>
  103. </div>
  104. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.html">Terminal</a>.<a class="xref" href="Terminal.Gui.html">Gui</a></h6>
  105. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  106. <h5 id="Terminal_Gui_MouseEvent_syntax">Syntax</h5>
  107. <div class="codewrapper">
  108. <pre><code class="lang-csharp hljs">public class MouseEvent</code></pre>
  109. </div>
  110. <h5 id="Terminal_Gui_MouseEvent_remarks"><strong>Remarks</strong></h5>
  111. <div class="markdown level0 remarks">The <a class="xref" href="Terminal.Gui.Application.html">Application</a> class includes the <a class="xref" href="Terminal.Gui.Application.html#Terminal_Gui_Application_RootMouseEvent">RootMouseEvent</a>
  112. Action which takes a MouseEvent argument.</div>
  113. <h3 id="properties">Properties
  114. </h3>
  115. <span class="small pull-right mobile-hide">
  116. <span class="divider">|</span>
  117. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=Terminal_Gui_MouseEvent_Flags.md&amp;value=---%0Auid%3A%20Terminal.Gui.MouseEvent.Flags%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
  118. </span>
  119. <span class="small pull-right mobile-hide">
  120. <a href="tig:tig/Terminal.Gui/blob/v2_develop/Terminal.Gui/Core/Event.cs/#L790">View Source</a>
  121. </span>
  122. <a id="Terminal_Gui_MouseEvent_Flags_" data-uid="Terminal.Gui.MouseEvent.Flags*"></a>
  123. <h4 id="Terminal_Gui_MouseEvent_Flags" data-uid="Terminal.Gui.MouseEvent.Flags">Flags</h4>
  124. <div class="markdown level1 summary">Flags indicating the kind of mouse event that is being posted.</div>
  125. <div class="markdown level1 conceptual"></div>
  126. <h5 class="declaration">Declaration</h5>
  127. <div class="codewrapper">
  128. <pre><code class="lang-csharp hljs">public MouseFlags Flags { get; set; }</code></pre>
  129. </div>
  130. <h5 class="propertyValue">Property Value</h5>
  131. <table class="table table-bordered table-condensed">
  132. <thead>
  133. <tr>
  134. <th>Type</th>
  135. <th>Description</th>
  136. </tr>
  137. </thead>
  138. <tbody>
  139. <tr>
  140. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  141. <td></td>
  142. </tr>
  143. </tbody>
  144. </table>
  145. <span class="small pull-right mobile-hide">
  146. <span class="divider">|</span>
  147. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=Terminal_Gui_MouseEvent_Handled.md&amp;value=---%0Auid%3A%20Terminal.Gui.MouseEvent.Handled%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
  148. </span>
  149. <span class="small pull-right mobile-hide">
  150. <a href="tig:tig/Terminal.Gui/blob/v2_develop/Terminal.Gui/Core/Event.cs/#L811">View Source</a>
  151. </span>
  152. <a id="Terminal_Gui_MouseEvent_Handled_" data-uid="Terminal.Gui.MouseEvent.Handled*"></a>
  153. <h4 id="Terminal_Gui_MouseEvent_Handled" data-uid="Terminal.Gui.MouseEvent.Handled">Handled</h4>
  154. <div class="markdown level1 summary">Indicates if the current mouse event has already been processed and the driver should stop notifying any other event subscriber.
  155. Its important to set this value to true specially when updating any View's layout from inside the subscriber method.</div>
  156. <div class="markdown level1 conceptual"></div>
  157. <h5 class="declaration">Declaration</h5>
  158. <div class="codewrapper">
  159. <pre><code class="lang-csharp hljs">public bool Handled { get; set; }</code></pre>
  160. </div>
  161. <h5 class="propertyValue">Property Value</h5>
  162. <table class="table table-bordered table-condensed">
  163. <thead>
  164. <tr>
  165. <th>Type</th>
  166. <th>Description</th>
  167. </tr>
  168. </thead>
  169. <tbody>
  170. <tr>
  171. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
  172. <td></td>
  173. </tr>
  174. </tbody>
  175. </table>
  176. <span class="small pull-right mobile-hide">
  177. <span class="divider">|</span>
  178. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=Terminal_Gui_MouseEvent_OfX.md&amp;value=---%0Auid%3A%20Terminal.Gui.MouseEvent.OfX%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
  179. </span>
  180. <span class="small pull-right mobile-hide">
  181. <a href="tig:tig/Terminal.Gui/blob/v2_develop/Terminal.Gui/Core/Event.cs/#L795">View Source</a>
  182. </span>
  183. <a id="Terminal_Gui_MouseEvent_OfX_" data-uid="Terminal.Gui.MouseEvent.OfX*"></a>
  184. <h4 id="Terminal_Gui_MouseEvent_OfX" data-uid="Terminal.Gui.MouseEvent.OfX">OfX</h4>
  185. <div class="markdown level1 summary">The offset X (column) location for the mouse event.</div>
  186. <div class="markdown level1 conceptual"></div>
  187. <h5 class="declaration">Declaration</h5>
  188. <div class="codewrapper">
  189. <pre><code class="lang-csharp hljs">public int OfX { get; set; }</code></pre>
  190. </div>
  191. <h5 class="propertyValue">Property Value</h5>
  192. <table class="table table-bordered table-condensed">
  193. <thead>
  194. <tr>
  195. <th>Type</th>
  196. <th>Description</th>
  197. </tr>
  198. </thead>
  199. <tbody>
  200. <tr>
  201. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
  202. <td></td>
  203. </tr>
  204. </tbody>
  205. </table>
  206. <span class="small pull-right mobile-hide">
  207. <span class="divider">|</span>
  208. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=Terminal_Gui_MouseEvent_OfY.md&amp;value=---%0Auid%3A%20Terminal.Gui.MouseEvent.OfY%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
  209. </span>
  210. <span class="small pull-right mobile-hide">
  211. <a href="tig:tig/Terminal.Gui/blob/v2_develop/Terminal.Gui/Core/Event.cs/#L800">View Source</a>
  212. </span>
  213. <a id="Terminal_Gui_MouseEvent_OfY_" data-uid="Terminal.Gui.MouseEvent.OfY*"></a>
  214. <h4 id="Terminal_Gui_MouseEvent_OfY" data-uid="Terminal.Gui.MouseEvent.OfY">OfY</h4>
  215. <div class="markdown level1 summary">The offset Y (column) location for the mouse event.</div>
  216. <div class="markdown level1 conceptual"></div>
  217. <h5 class="declaration">Declaration</h5>
  218. <div class="codewrapper">
  219. <pre><code class="lang-csharp hljs">public int OfY { get; set; }</code></pre>
  220. </div>
  221. <h5 class="propertyValue">Property Value</h5>
  222. <table class="table table-bordered table-condensed">
  223. <thead>
  224. <tr>
  225. <th>Type</th>
  226. <th>Description</th>
  227. </tr>
  228. </thead>
  229. <tbody>
  230. <tr>
  231. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
  232. <td></td>
  233. </tr>
  234. </tbody>
  235. </table>
  236. <span class="small pull-right mobile-hide">
  237. <span class="divider">|</span>
  238. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=Terminal_Gui_MouseEvent_View.md&amp;value=---%0Auid%3A%20Terminal.Gui.MouseEvent.View%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
  239. </span>
  240. <span class="small pull-right mobile-hide">
  241. <a href="tig:tig/Terminal.Gui/blob/v2_develop/Terminal.Gui/Core/Event.cs/#L805">View Source</a>
  242. </span>
  243. <a id="Terminal_Gui_MouseEvent_View_" data-uid="Terminal.Gui.MouseEvent.View*"></a>
  244. <h4 id="Terminal_Gui_MouseEvent_View" data-uid="Terminal.Gui.MouseEvent.View">View</h4>
  245. <div class="markdown level1 summary">The current view at the location for the mouse event.</div>
  246. <div class="markdown level1 conceptual"></div>
  247. <h5 class="declaration">Declaration</h5>
  248. <div class="codewrapper">
  249. <pre><code class="lang-csharp hljs">public View View { get; set; }</code></pre>
  250. </div>
  251. <h5 class="propertyValue">Property Value</h5>
  252. <table class="table table-bordered table-condensed">
  253. <thead>
  254. <tr>
  255. <th>Type</th>
  256. <th>Description</th>
  257. </tr>
  258. </thead>
  259. <tbody>
  260. <tr>
  261. <td><a class="xref" href="Terminal.Gui.View.html">View</a></td>
  262. <td></td>
  263. </tr>
  264. </tbody>
  265. </table>
  266. <span class="small pull-right mobile-hide">
  267. <span class="divider">|</span>
  268. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=Terminal_Gui_MouseEvent_X.md&amp;value=---%0Auid%3A%20Terminal.Gui.MouseEvent.X%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
  269. </span>
  270. <span class="small pull-right mobile-hide">
  271. <a href="tig:tig/Terminal.Gui/blob/v2_develop/Terminal.Gui/Core/Event.cs/#L780">View Source</a>
  272. </span>
  273. <a id="Terminal_Gui_MouseEvent_X_" data-uid="Terminal.Gui.MouseEvent.X*"></a>
  274. <h4 id="Terminal_Gui_MouseEvent_X" data-uid="Terminal.Gui.MouseEvent.X">X</h4>
  275. <div class="markdown level1 summary">The X (column) location for the mouse event.</div>
  276. <div class="markdown level1 conceptual"></div>
  277. <h5 class="declaration">Declaration</h5>
  278. <div class="codewrapper">
  279. <pre><code class="lang-csharp hljs">public int X { get; set; }</code></pre>
  280. </div>
  281. <h5 class="propertyValue">Property Value</h5>
  282. <table class="table table-bordered table-condensed">
  283. <thead>
  284. <tr>
  285. <th>Type</th>
  286. <th>Description</th>
  287. </tr>
  288. </thead>
  289. <tbody>
  290. <tr>
  291. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
  292. <td></td>
  293. </tr>
  294. </tbody>
  295. </table>
  296. <span class="small pull-right mobile-hide">
  297. <span class="divider">|</span>
  298. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=Terminal_Gui_MouseEvent_Y.md&amp;value=---%0Auid%3A%20Terminal.Gui.MouseEvent.Y%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
  299. </span>
  300. <span class="small pull-right mobile-hide">
  301. <a href="tig:tig/Terminal.Gui/blob/v2_develop/Terminal.Gui/Core/Event.cs/#L785">View Source</a>
  302. </span>
  303. <a id="Terminal_Gui_MouseEvent_Y_" data-uid="Terminal.Gui.MouseEvent.Y*"></a>
  304. <h4 id="Terminal_Gui_MouseEvent_Y" data-uid="Terminal.Gui.MouseEvent.Y">Y</h4>
  305. <div class="markdown level1 summary">The Y (column) location for the mouse event.</div>
  306. <div class="markdown level1 conceptual"></div>
  307. <h5 class="declaration">Declaration</h5>
  308. <div class="codewrapper">
  309. <pre><code class="lang-csharp hljs">public int Y { get; set; }</code></pre>
  310. </div>
  311. <h5 class="propertyValue">Property Value</h5>
  312. <table class="table table-bordered table-condensed">
  313. <thead>
  314. <tr>
  315. <th>Type</th>
  316. <th>Description</th>
  317. </tr>
  318. </thead>
  319. <tbody>
  320. <tr>
  321. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
  322. <td></td>
  323. </tr>
  324. </tbody>
  325. </table>
  326. <h3 id="methods">Methods
  327. </h3>
  328. <span class="small pull-right mobile-hide">
  329. <span class="divider">|</span>
  330. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=Terminal_Gui_MouseEvent_ToString.md&amp;value=---%0Auid%3A%20Terminal.Gui.MouseEvent.ToString%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
  331. </span>
  332. <span class="small pull-right mobile-hide">
  333. <a href="tig:tig/Terminal.Gui/blob/v2_develop/Terminal.Gui/Core/Event.cs/#L817">View Source</a>
  334. </span>
  335. <a id="Terminal_Gui_MouseEvent_ToString_" data-uid="Terminal.Gui.MouseEvent.ToString*"></a>
  336. <h4 id="Terminal_Gui_MouseEvent_ToString" data-uid="Terminal.Gui.MouseEvent.ToString">ToString()</h4>
  337. <div class="markdown level1 summary">Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents the current <a class="xref" href="Terminal.Gui.MouseEvent.html">MouseEvent</a>.</div>
  338. <div class="markdown level1 conceptual"></div>
  339. <h5 class="declaration">Declaration</h5>
  340. <div class="codewrapper">
  341. <pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
  342. </div>
  343. <h5 class="returns">Returns</h5>
  344. <table class="table table-bordered table-condensed">
  345. <thead>
  346. <tr>
  347. <th>Type</th>
  348. <th>Description</th>
  349. </tr>
  350. </thead>
  351. <tbody>
  352. <tr>
  353. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
  354. <td>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents the current <a class="xref" href="Terminal.Gui.MouseEvent.html">MouseEvent</a>.</td>
  355. </tr>
  356. </tbody>
  357. </table>
  358. <h5 class="overrides">Overrides</h5>
  359. <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a></div>
  360. </article>
  361. </div>
  362. <div class="hidden-sm col-md-2" role="complementary">
  363. <div class="sideaffix">
  364. <div class="contribution">
  365. <ul class="nav">
  366. <li>
  367. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=Terminal_Gui_MouseEvent.md&amp;value=---%0Auid%3A%20Terminal.Gui.MouseEvent%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Edit this page</a>
  368. </li>
  369. <li>
  370. <a href="tig:tig/Terminal.Gui/blob/v2_develop/Terminal.Gui/Core/Event.cs/#L776" class="contribution-link">View Source</a>
  371. </li>
  372. </ul>
  373. </div>
  374. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  375. <h5>In this article</h5>
  376. <div></div>
  377. </nav>
  378. </div>
  379. </div>
  380. </div>
  381. </div>
  382. <footer>
  383. <div class="grad-bottom"></div>
  384. <div class="footer">
  385. <div class="container">
  386. <span class="pull-right">
  387. <a href="#top">Back to top</a>
  388. </span>
  389. <span>Generated by <strong>DocFX</strong></span>
  390. </div>
  391. </div>
  392. </footer>
  393. </div>
  394. <script type="text/javascript" src="../../styles/docfx.vendor.min.js"></script>
  395. <script type="text/javascript" src="../../styles/docfx.js"></script>
  396. <script type="text/javascript" src="../../styles/main.js"></script>
  397. </body>
  398. </html>