Terminal.View.html 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233
  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 View
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class View
  11. ">
  12. <meta name="generator" content="docfx 2.18.2.0">
  13. <link rel="shortcut icon" href="../../favicon.ico">
  14. <link rel="stylesheet" href="../../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../../styles/docfx.css">
  16. <link rel="stylesheet" href="../../styles/main.css">
  17. <meta property="docfx:navrel" content="">
  18. <meta property="docfx:tocrel" content="../toc.html">
  19. </head>
  20. <body data-spy="scroll" data-target="#affix">
  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="../../logo.svg" 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 role="main" class="container body-content hide-when-search">
  54. <div class="sidenav hide-when-search">
  55. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  56. <div class="sidetoggle collapse" id="sidetoggle">
  57. <div id="sidetoc"></div>
  58. </div>
  59. </div>
  60. <div class="article row grid-right">
  61. <div class="col-md-10">
  62. <article class="content wrap" id="_content" data-uid="Terminal.View">
  63. <h1 id="Terminal_View" data-uid="Terminal.View">Class View
  64. </h1>
  65. <div class="markdown level0 summary"></div>
  66. <div class="markdown level0 conceptual"></div>
  67. <div class="inheritance">
  68. <h5>Inheritance</h5>
  69. <div class="level0"><span class="xref">System.Object</span></div>
  70. <div class="level1"><a class="xref" href="Terminal.Responder.html">Responder</a></div>
  71. <div class="level2"><span class="xref">View</span></div>
  72. </div>
  73. <div class="level3"><a class="xref" href="Terminal.Button.html">Button</a></div>
  74. <div class="level3"><a class="xref" href="Terminal.CheckBox.html">CheckBox</a></div>
  75. <div class="level3"><a class="xref" href="Terminal.Label.html">Label</a></div>
  76. <div class="level3"><a class="xref" href="Terminal.MenuBar.html">MenuBar</a></div>
  77. <div class="level3"><a class="xref" href="Terminal.RadioGroup.html">RadioGroup</a></div>
  78. <div class="level3"><a class="xref" href="Terminal.ScrollView.html">ScrollView</a></div>
  79. <div class="level3"><a class="xref" href="Terminal.TextField.html">TextField</a></div>
  80. <div class="level3"><a class="xref" href="Terminal.Toplevel.html">Toplevel</a></div>
  81. <div class="inheritedMembers">
  82. <h5>Inherited Members</h5>
  83. <div>
  84. <a class="xref" href="Terminal.Responder.html#Terminal_Responder_CanFocus">Responder.CanFocus</a>
  85. </div>
  86. <div>
  87. <a class="xref" href="Terminal.Responder.html#Terminal_Responder_MouseEvent_Terminal_MouseEvent_">Responder.MouseEvent(MouseEvent)</a>
  88. </div>
  89. </div>
  90. <h6><strong>Namespace</strong>: <a class="xref" href="../Terminal.html">Terminal</a></h6>
  91. <h6><strong>Assembly</strong>: Terminal.dll</h6>
  92. <h5 id="Terminal_View_syntax">Syntax</h5>
  93. <div class="codewrapper">
  94. <pre><code class="lang-csharp hljs">public class View : Terminal.Responder, System.Collections.IEnumerable</code></pre>
  95. </div>
  96. <h3 id="constructors">Constructors
  97. </h3>
  98. <a id="Terminal_View__ctor_" data-uid="Terminal.View.#ctor*"></a>
  99. <h4 id="Terminal_View__ctor_Terminal_Rect_" data-uid="Terminal.View.#ctor(Terminal.Rect)">View(Rect)</h4>
  100. <div class="markdown level1 summary"></div>
  101. <div class="markdown level1 conceptual"></div>
  102. <h5 class="decalaration">Declaration</h5>
  103. <div class="codewrapper">
  104. <pre><code class="lang-csharp hljs">public View (Terminal.Rect frame);</code></pre>
  105. </div>
  106. <h5 class="parameters">Parameters</h5>
  107. <table class="table table-bordered table-striped table-condensed">
  108. <thead>
  109. <tr>
  110. <th>Type</th>
  111. <th>Name</th>
  112. <th>Description</th>
  113. </tr>
  114. </thead>
  115. <tbody>
  116. <tr>
  117. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  118. <td><span class="parametername">frame</span></td>
  119. <td><p>To be added.</p>
  120. </td>
  121. </tr>
  122. </tbody>
  123. </table>
  124. <h3 id="fields">Fields
  125. </h3>
  126. <h4 id="Terminal_View_Driver" data-uid="Terminal.View.Driver">Driver</h4>
  127. <div class="markdown level1 summary"></div>
  128. <div class="markdown level1 conceptual"></div>
  129. <h5 class="decalaration">Declaration</h5>
  130. <div class="codewrapper">
  131. <pre><code class="lang-csharp hljs">public static Terminal.ConsoleDriver Driver;</code></pre>
  132. </div>
  133. <h5 class="fieldValue">Field Value</h5>
  134. <table class="table table-bordered table-striped table-condensed">
  135. <thead>
  136. <tr>
  137. <th>Type</th>
  138. <th>Description</th>
  139. </tr>
  140. </thead>
  141. <tbody>
  142. <tr>
  143. <td><a class="xref" href="Terminal.ConsoleDriver.html">ConsoleDriver</a></td>
  144. <td><p>To be added.</p>
  145. </td>
  146. </tr>
  147. </tbody>
  148. </table>
  149. <h4 id="Terminal_View_empty" data-uid="Terminal.View.empty">empty</h4>
  150. <div class="markdown level1 summary"></div>
  151. <div class="markdown level1 conceptual"></div>
  152. <h5 class="decalaration">Declaration</h5>
  153. <div class="codewrapper">
  154. <pre><code class="lang-csharp hljs">public static System.Collections.Generic.IList&lt;Terminal.View&gt; empty;</code></pre>
  155. </div>
  156. <h5 class="fieldValue">Field Value</h5>
  157. <table class="table table-bordered table-striped table-condensed">
  158. <thead>
  159. <tr>
  160. <th>Type</th>
  161. <th>Description</th>
  162. </tr>
  163. </thead>
  164. <tbody>
  165. <tr>
  166. <td><span class="xref">System.Collections.Generic.IList</span>&lt;<a class="xref" href="Terminal.View.html">View</a>&gt;</td>
  167. <td><p>To be added.</p>
  168. </td>
  169. </tr>
  170. </tbody>
  171. </table>
  172. <h3 id="properties">Properties
  173. </h3>
  174. <a id="Terminal_View_Bounds_" data-uid="Terminal.View.Bounds*"></a>
  175. <h4 id="Terminal_View_Bounds" data-uid="Terminal.View.Bounds">Bounds</h4>
  176. <div class="markdown level1 summary"></div>
  177. <div class="markdown level1 conceptual"></div>
  178. <h5 class="decalaration">Declaration</h5>
  179. <div class="codewrapper">
  180. <pre><code class="lang-csharp hljs">public Terminal.Rect Bounds { get; set; }</code></pre>
  181. </div>
  182. <h5 class="propertyValue">Property Value</h5>
  183. <table class="table table-bordered table-striped table-condensed">
  184. <thead>
  185. <tr>
  186. <th>Type</th>
  187. <th>Description</th>
  188. </tr>
  189. </thead>
  190. <tbody>
  191. <tr>
  192. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  193. <td><p>To be added.</p>
  194. </td>
  195. </tr>
  196. </tbody>
  197. </table>
  198. <a id="Terminal_View_Focused_" data-uid="Terminal.View.Focused*"></a>
  199. <h4 id="Terminal_View_Focused" data-uid="Terminal.View.Focused">Focused</h4>
  200. <div class="markdown level1 summary"><p>Returns the currently focused view inside this view, or null if nothing is focused.</p>
  201. </div>
  202. <div class="markdown level1 conceptual"></div>
  203. <h5 class="decalaration">Declaration</h5>
  204. <div class="codewrapper">
  205. <pre><code class="lang-csharp hljs">public Terminal.View Focused { get; }</code></pre>
  206. </div>
  207. <h5 class="propertyValue">Property Value</h5>
  208. <table class="table table-bordered table-striped table-condensed">
  209. <thead>
  210. <tr>
  211. <th>Type</th>
  212. <th>Description</th>
  213. </tr>
  214. </thead>
  215. <tbody>
  216. <tr>
  217. <td><a class="xref" href="Terminal.View.html">View</a></td>
  218. <td><p>The focused.</p>
  219. </td>
  220. </tr>
  221. </tbody>
  222. </table>
  223. <a id="Terminal_View_Frame_" data-uid="Terminal.View.Frame*"></a>
  224. <h4 id="Terminal_View_Frame" data-uid="Terminal.View.Frame">Frame</h4>
  225. <div class="markdown level1 summary"></div>
  226. <div class="markdown level1 conceptual"></div>
  227. <h5 class="decalaration">Declaration</h5>
  228. <div class="codewrapper">
  229. <pre><code class="lang-csharp hljs">public Terminal.Rect Frame { get; set; }</code></pre>
  230. </div>
  231. <h5 class="propertyValue">Property Value</h5>
  232. <table class="table table-bordered table-striped table-condensed">
  233. <thead>
  234. <tr>
  235. <th>Type</th>
  236. <th>Description</th>
  237. </tr>
  238. </thead>
  239. <tbody>
  240. <tr>
  241. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  242. <td><p>To be added.</p>
  243. </td>
  244. </tr>
  245. </tbody>
  246. </table>
  247. <a id="Terminal_View_HasFocus_" data-uid="Terminal.View.HasFocus*"></a>
  248. <h4 id="Terminal_View_HasFocus" data-uid="Terminal.View.HasFocus">HasFocus</h4>
  249. <div class="markdown level1 summary"></div>
  250. <div class="markdown level1 conceptual"></div>
  251. <h5 class="decalaration">Declaration</h5>
  252. <div class="codewrapper">
  253. <pre><code class="lang-csharp hljs">public override bool HasFocus { get; }</code></pre>
  254. </div>
  255. <h5 class="propertyValue">Property Value</h5>
  256. <table class="table table-bordered table-striped table-condensed">
  257. <thead>
  258. <tr>
  259. <th>Type</th>
  260. <th>Description</th>
  261. </tr>
  262. </thead>
  263. <tbody>
  264. <tr>
  265. <td><span class="xref">System.Boolean</span></td>
  266. <td><p>To be added.</p>
  267. </td>
  268. </tr>
  269. </tbody>
  270. </table>
  271. <a id="Terminal_View_Id_" data-uid="Terminal.View.Id*"></a>
  272. <h4 id="Terminal_View_Id" data-uid="Terminal.View.Id">Id</h4>
  273. <div class="markdown level1 summary"></div>
  274. <div class="markdown level1 conceptual"></div>
  275. <h5 class="decalaration">Declaration</h5>
  276. <div class="codewrapper">
  277. <pre><code class="lang-csharp hljs">public string Id { get; set; }</code></pre>
  278. </div>
  279. <h5 class="propertyValue">Property Value</h5>
  280. <table class="table table-bordered table-striped table-condensed">
  281. <thead>
  282. <tr>
  283. <th>Type</th>
  284. <th>Description</th>
  285. </tr>
  286. </thead>
  287. <tbody>
  288. <tr>
  289. <td><span class="xref">System.String</span></td>
  290. <td><p>To be added.</p>
  291. </td>
  292. </tr>
  293. </tbody>
  294. </table>
  295. <a id="Terminal_View_MostFocused_" data-uid="Terminal.View.MostFocused*"></a>
  296. <h4 id="Terminal_View_MostFocused" data-uid="Terminal.View.MostFocused">MostFocused</h4>
  297. <div class="markdown level1 summary"></div>
  298. <div class="markdown level1 conceptual"></div>
  299. <h5 class="decalaration">Declaration</h5>
  300. <div class="codewrapper">
  301. <pre><code class="lang-csharp hljs">public Terminal.View MostFocused { get; }</code></pre>
  302. </div>
  303. <h5 class="propertyValue">Property Value</h5>
  304. <table class="table table-bordered table-striped table-condensed">
  305. <thead>
  306. <tr>
  307. <th>Type</th>
  308. <th>Description</th>
  309. </tr>
  310. </thead>
  311. <tbody>
  312. <tr>
  313. <td><a class="xref" href="Terminal.View.html">View</a></td>
  314. <td><p>To be added.</p>
  315. </td>
  316. </tr>
  317. </tbody>
  318. </table>
  319. <a id="Terminal_View_Subviews_" data-uid="Terminal.View.Subviews*"></a>
  320. <h4 id="Terminal_View_Subviews" data-uid="Terminal.View.Subviews">Subviews</h4>
  321. <div class="markdown level1 summary"></div>
  322. <div class="markdown level1 conceptual"></div>
  323. <h5 class="decalaration">Declaration</h5>
  324. <div class="codewrapper">
  325. <pre><code class="lang-csharp hljs">public System.Collections.Generic.IList&lt;Terminal.View&gt; Subviews { get; }</code></pre>
  326. </div>
  327. <h5 class="propertyValue">Property Value</h5>
  328. <table class="table table-bordered table-striped table-condensed">
  329. <thead>
  330. <tr>
  331. <th>Type</th>
  332. <th>Description</th>
  333. </tr>
  334. </thead>
  335. <tbody>
  336. <tr>
  337. <td><span class="xref">System.Collections.Generic.IList</span>&lt;<a class="xref" href="Terminal.View.html">View</a>&gt;</td>
  338. <td><p>To be added.</p>
  339. </td>
  340. </tr>
  341. </tbody>
  342. </table>
  343. <a id="Terminal_View_SuperView_" data-uid="Terminal.View.SuperView*"></a>
  344. <h4 id="Terminal_View_SuperView" data-uid="Terminal.View.SuperView">SuperView</h4>
  345. <div class="markdown level1 summary"></div>
  346. <div class="markdown level1 conceptual"></div>
  347. <h5 class="decalaration">Declaration</h5>
  348. <div class="codewrapper">
  349. <pre><code class="lang-csharp hljs">public Terminal.View SuperView { get; }</code></pre>
  350. </div>
  351. <h5 class="propertyValue">Property Value</h5>
  352. <table class="table table-bordered table-striped table-condensed">
  353. <thead>
  354. <tr>
  355. <th>Type</th>
  356. <th>Description</th>
  357. </tr>
  358. </thead>
  359. <tbody>
  360. <tr>
  361. <td><a class="xref" href="Terminal.View.html">View</a></td>
  362. <td><p>To be added.</p>
  363. </td>
  364. </tr>
  365. </tbody>
  366. </table>
  367. <a id="Terminal_View_WantMousePositionReports_" data-uid="Terminal.View.WantMousePositionReports*"></a>
  368. <h4 id="Terminal_View_WantMousePositionReports" data-uid="Terminal.View.WantMousePositionReports">WantMousePositionReports</h4>
  369. <div class="markdown level1 summary"><p>Gets or sets a value indicating whether this <a class="xref" href="Terminal.View.html">View</a> want mouse position reports.</p>
  370. </div>
  371. <div class="markdown level1 conceptual"></div>
  372. <h5 class="decalaration">Declaration</h5>
  373. <div class="codewrapper">
  374. <pre><code class="lang-csharp hljs">public virtual bool WantMousePositionReports { get; set; }</code></pre>
  375. </div>
  376. <h5 class="propertyValue">Property Value</h5>
  377. <table class="table table-bordered table-striped table-condensed">
  378. <thead>
  379. <tr>
  380. <th>Type</th>
  381. <th>Description</th>
  382. </tr>
  383. </thead>
  384. <tbody>
  385. <tr>
  386. <td><span class="xref">System.Boolean</span></td>
  387. <td><p><code>true</code> if want mouse position reports; otherwise, <code>false</code>.</p>
  388. </td>
  389. </tr>
  390. </tbody>
  391. </table>
  392. <h3 id="methods">Methods
  393. </h3>
  394. <a id="Terminal_View_Add_" data-uid="Terminal.View.Add*"></a>
  395. <h4 id="Terminal_View_Add_Terminal_View_" data-uid="Terminal.View.Add(Terminal.View)">Add(View)</h4>
  396. <div class="markdown level1 summary"><p>Adds a subview to this view.</p>
  397. </div>
  398. <div class="markdown level1 conceptual"></div>
  399. <h5 class="decalaration">Declaration</h5>
  400. <div class="codewrapper">
  401. <pre><code class="lang-csharp hljs">public virtual void Add (Terminal.View view);</code></pre>
  402. </div>
  403. <h5 class="parameters">Parameters</h5>
  404. <table class="table table-bordered table-striped table-condensed">
  405. <thead>
  406. <tr>
  407. <th>Type</th>
  408. <th>Name</th>
  409. <th>Description</th>
  410. </tr>
  411. </thead>
  412. <tbody>
  413. <tr>
  414. <td><a class="xref" href="Terminal.View.html">View</a></td>
  415. <td><span class="parametername">view</span></td>
  416. <td><p>To be added.</p>
  417. </td>
  418. </tr>
  419. </tbody>
  420. </table>
  421. <a id="Terminal_View_Add_" data-uid="Terminal.View.Add*"></a>
  422. <h4 id="Terminal_View_Add_Terminal_View___" data-uid="Terminal.View.Add(Terminal.View[])">Add(View[])</h4>
  423. <div class="markdown level1 summary"></div>
  424. <div class="markdown level1 conceptual"></div>
  425. <h5 class="decalaration">Declaration</h5>
  426. <div class="codewrapper">
  427. <pre><code class="lang-csharp hljs">public void Add (Terminal.View[] views);</code></pre>
  428. </div>
  429. <h5 class="parameters">Parameters</h5>
  430. <table class="table table-bordered table-striped table-condensed">
  431. <thead>
  432. <tr>
  433. <th>Type</th>
  434. <th>Name</th>
  435. <th>Description</th>
  436. </tr>
  437. </thead>
  438. <tbody>
  439. <tr>
  440. <td><a class="xref" href="Terminal.View.html">View</a>[]</td>
  441. <td><span class="parametername">views</span></td>
  442. <td><p>To be added.</p>
  443. </td>
  444. </tr>
  445. </tbody>
  446. </table>
  447. <a id="Terminal_View_AddCh_" data-uid="Terminal.View.AddCh*"></a>
  448. <h4 id="Terminal_View_AddCh_System_Int32_System_Int32_System_Int32_" data-uid="Terminal.View.AddCh(System.Int32,System.Int32,System.Int32)">AddCh(Int32, Int32, Int32)</h4>
  449. <div class="markdown level1 summary"><p>Displays the specified character in the specified column and row.</p>
  450. </div>
  451. <div class="markdown level1 conceptual"></div>
  452. <h5 class="decalaration">Declaration</h5>
  453. <div class="codewrapper">
  454. <pre><code class="lang-csharp hljs">public void AddCh (int col, int row, int ch);</code></pre>
  455. </div>
  456. <h5 class="parameters">Parameters</h5>
  457. <table class="table table-bordered table-striped table-condensed">
  458. <thead>
  459. <tr>
  460. <th>Type</th>
  461. <th>Name</th>
  462. <th>Description</th>
  463. </tr>
  464. </thead>
  465. <tbody>
  466. <tr>
  467. <td><span class="xref">System.Int32</span></td>
  468. <td><span class="parametername">col</span></td>
  469. <td><p>Col.</p>
  470. </td>
  471. </tr>
  472. <tr>
  473. <td><span class="xref">System.Int32</span></td>
  474. <td><span class="parametername">row</span></td>
  475. <td><p>Row.</p>
  476. </td>
  477. </tr>
  478. <tr>
  479. <td><span class="xref">System.Int32</span></td>
  480. <td><span class="parametername">ch</span></td>
  481. <td><p>Ch.</p>
  482. </td>
  483. </tr>
  484. </tbody>
  485. </table>
  486. <a id="Terminal_View_ChildNeedsDisplay_" data-uid="Terminal.View.ChildNeedsDisplay*"></a>
  487. <h4 id="Terminal_View_ChildNeedsDisplay" data-uid="Terminal.View.ChildNeedsDisplay">ChildNeedsDisplay()</h4>
  488. <div class="markdown level1 summary"></div>
  489. <div class="markdown level1 conceptual"></div>
  490. <h5 class="decalaration">Declaration</h5>
  491. <div class="codewrapper">
  492. <pre><code class="lang-csharp hljs">public void ChildNeedsDisplay ();</code></pre>
  493. </div>
  494. <a id="Terminal_View_Clear_" data-uid="Terminal.View.Clear*"></a>
  495. <h4 id="Terminal_View_Clear" data-uid="Terminal.View.Clear">Clear()</h4>
  496. <div class="markdown level1 summary"><p>Clears the view region with the current color.</p>
  497. </div>
  498. <div class="markdown level1 conceptual"></div>
  499. <h5 class="decalaration">Declaration</h5>
  500. <div class="codewrapper">
  501. <pre><code class="lang-csharp hljs">public void Clear ();</code></pre>
  502. </div>
  503. <h5 id="Terminal_View_Clear_remarks">Remarks</h5>
  504. <div class="markdown level1 remarks"><p>
  505. This clears the entire region used by this view.
  506. </p></div>
  507. <a id="Terminal_View_ClearNeedsDisplay_" data-uid="Terminal.View.ClearNeedsDisplay*"></a>
  508. <h4 id="Terminal_View_ClearNeedsDisplay" data-uid="Terminal.View.ClearNeedsDisplay">ClearNeedsDisplay()</h4>
  509. <div class="markdown level1 summary"></div>
  510. <div class="markdown level1 conceptual"></div>
  511. <h5 class="decalaration">Declaration</h5>
  512. <div class="codewrapper">
  513. <pre><code class="lang-csharp hljs">protected void ClearNeedsDisplay ();</code></pre>
  514. </div>
  515. <a id="Terminal_View_DrawFrame_" data-uid="Terminal.View.DrawFrame*"></a>
  516. <h4 id="Terminal_View_DrawFrame_Terminal_Rect_System_Boolean_" data-uid="Terminal.View.DrawFrame(Terminal.Rect,System.Boolean)">DrawFrame(Rect, Boolean)</h4>
  517. <div class="markdown level1 summary"><p>Draws a frame in the current view, clipped by the boundary of this view</p>
  518. </div>
  519. <div class="markdown level1 conceptual"></div>
  520. <h5 class="decalaration">Declaration</h5>
  521. <div class="codewrapper">
  522. <pre><code class="lang-csharp hljs">public void DrawFrame (Terminal.Rect rect, bool fill = false);</code></pre>
  523. </div>
  524. <h5 class="parameters">Parameters</h5>
  525. <table class="table table-bordered table-striped table-condensed">
  526. <thead>
  527. <tr>
  528. <th>Type</th>
  529. <th>Name</th>
  530. <th>Description</th>
  531. </tr>
  532. </thead>
  533. <tbody>
  534. <tr>
  535. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  536. <td><span class="parametername">rect</span></td>
  537. <td><p>Rectangular region for the frame to be drawn.</p>
  538. </td>
  539. </tr>
  540. <tr>
  541. <td><span class="xref">System.Boolean</span></td>
  542. <td><span class="parametername">fill</span></td>
  543. <td><p>If set to <code>true</code> it fill will the contents.</p>
  544. </td>
  545. </tr>
  546. </tbody>
  547. </table>
  548. <a id="Terminal_View_DrawHotString_" data-uid="Terminal.View.DrawHotString*"></a>
  549. <h4 id="Terminal_View_DrawHotString_System_String_Terminal_Attribute_Terminal_Attribute_" data-uid="Terminal.View.DrawHotString(System.String,Terminal.Attribute,Terminal.Attribute)">DrawHotString(String, Attribute, Attribute)</h4>
  550. <div class="markdown level1 summary"><p>Utility function to draw strings that contain a hotkey</p>
  551. </div>
  552. <div class="markdown level1 conceptual"></div>
  553. <h5 class="decalaration">Declaration</h5>
  554. <div class="codewrapper">
  555. <pre><code class="lang-csharp hljs">public void DrawHotString (string text, Terminal.Attribute hotColor, Terminal.Attribute normalColor);</code></pre>
  556. </div>
  557. <h5 class="parameters">Parameters</h5>
  558. <table class="table table-bordered table-striped table-condensed">
  559. <thead>
  560. <tr>
  561. <th>Type</th>
  562. <th>Name</th>
  563. <th>Description</th>
  564. </tr>
  565. </thead>
  566. <tbody>
  567. <tr>
  568. <td><span class="xref">System.String</span></td>
  569. <td><span class="parametername">text</span></td>
  570. <td><p>String to display, the underscoore before a letter flags the next letter as the hotkey.</p>
  571. </td>
  572. </tr>
  573. <tr>
  574. <td><a class="xref" href="Terminal.Attribute.html">Attribute</a></td>
  575. <td><span class="parametername">hotColor</span></td>
  576. <td><p>Hot color.</p>
  577. </td>
  578. </tr>
  579. <tr>
  580. <td><a class="xref" href="Terminal.Attribute.html">Attribute</a></td>
  581. <td><span class="parametername">normalColor</span></td>
  582. <td><p>Normal color.</p>
  583. </td>
  584. </tr>
  585. </tbody>
  586. </table>
  587. <a id="Terminal_View_DrawHotString_" data-uid="Terminal.View.DrawHotString*"></a>
  588. <h4 id="Terminal_View_DrawHotString_System_String_System_Boolean_Terminal_ColorScheme_" data-uid="Terminal.View.DrawHotString(System.String,System.Boolean,Terminal.ColorScheme)">DrawHotString(String, Boolean, ColorScheme)</h4>
  589. <div class="markdown level1 summary"><p>Utility function to draw strings that contains a hotkey using a colorscheme and the &quot;focused&quot; state.</p>
  590. </div>
  591. <div class="markdown level1 conceptual"></div>
  592. <h5 class="decalaration">Declaration</h5>
  593. <div class="codewrapper">
  594. <pre><code class="lang-csharp hljs">public void DrawHotString (string text, bool focused, Terminal.ColorScheme scheme);</code></pre>
  595. </div>
  596. <h5 class="parameters">Parameters</h5>
  597. <table class="table table-bordered table-striped table-condensed">
  598. <thead>
  599. <tr>
  600. <th>Type</th>
  601. <th>Name</th>
  602. <th>Description</th>
  603. </tr>
  604. </thead>
  605. <tbody>
  606. <tr>
  607. <td><span class="xref">System.String</span></td>
  608. <td><span class="parametername">text</span></td>
  609. <td><p>String to display, the underscoore before a letter flags the next letter as the hotkey.</p>
  610. </td>
  611. </tr>
  612. <tr>
  613. <td><span class="xref">System.Boolean</span></td>
  614. <td><span class="parametername">focused</span></td>
  615. <td><p>If set to <code>true</code> this uses the focused colors from the color scheme, otherwise the regular ones.</p>
  616. </td>
  617. </tr>
  618. <tr>
  619. <td><a class="xref" href="Terminal.ColorScheme.html">ColorScheme</a></td>
  620. <td><span class="parametername">scheme</span></td>
  621. <td><p>The color scheme to use.</p>
  622. </td>
  623. </tr>
  624. </tbody>
  625. </table>
  626. <a id="Terminal_View_EnsureFocus_" data-uid="Terminal.View.EnsureFocus*"></a>
  627. <h4 id="Terminal_View_EnsureFocus" data-uid="Terminal.View.EnsureFocus">EnsureFocus()</h4>
  628. <div class="markdown level1 summary"><p>Finds the first view in the hierarchy that wants to get the focus if nothing is currently focused, otherwise, it does nothing.</p>
  629. </div>
  630. <div class="markdown level1 conceptual"></div>
  631. <h5 class="decalaration">Declaration</h5>
  632. <div class="codewrapper">
  633. <pre><code class="lang-csharp hljs">public void EnsureFocus ();</code></pre>
  634. </div>
  635. <a id="Terminal_View_FocusFirst_" data-uid="Terminal.View.FocusFirst*"></a>
  636. <h4 id="Terminal_View_FocusFirst" data-uid="Terminal.View.FocusFirst">FocusFirst()</h4>
  637. <div class="markdown level1 summary"><p>Focuses the first focusable subview if one exists.</p>
  638. </div>
  639. <div class="markdown level1 conceptual"></div>
  640. <h5 class="decalaration">Declaration</h5>
  641. <div class="codewrapper">
  642. <pre><code class="lang-csharp hljs">public void FocusFirst ();</code></pre>
  643. </div>
  644. <a id="Terminal_View_FocusLast_" data-uid="Terminal.View.FocusLast*"></a>
  645. <h4 id="Terminal_View_FocusLast" data-uid="Terminal.View.FocusLast">FocusLast()</h4>
  646. <div class="markdown level1 summary"><p>Focuses the last focusable subview if one exists.</p>
  647. </div>
  648. <div class="markdown level1 conceptual"></div>
  649. <h5 class="decalaration">Declaration</h5>
  650. <div class="codewrapper">
  651. <pre><code class="lang-csharp hljs">public void FocusLast ();</code></pre>
  652. </div>
  653. <a id="Terminal_View_FocusNext_" data-uid="Terminal.View.FocusNext*"></a>
  654. <h4 id="Terminal_View_FocusNext" data-uid="Terminal.View.FocusNext">FocusNext()</h4>
  655. <div class="markdown level1 summary"><p>Focuses the next view.</p>
  656. </div>
  657. <div class="markdown level1 conceptual"></div>
  658. <h5 class="decalaration">Declaration</h5>
  659. <div class="codewrapper">
  660. <pre><code class="lang-csharp hljs">public bool FocusNext ();</code></pre>
  661. </div>
  662. <h5 class="returns">Returns</h5>
  663. <table class="table table-bordered table-striped table-condensed">
  664. <thead>
  665. <tr>
  666. <th>Type</th>
  667. <th>Description</th>
  668. </tr>
  669. </thead>
  670. <tbody>
  671. <tr>
  672. <td><span class="xref">System.Boolean</span></td>
  673. <td><p><code>true</code>, if next was focused, <code>false</code> otherwise.</p>
  674. </td>
  675. </tr>
  676. </tbody>
  677. </table>
  678. <a id="Terminal_View_FocusPrev_" data-uid="Terminal.View.FocusPrev*"></a>
  679. <h4 id="Terminal_View_FocusPrev" data-uid="Terminal.View.FocusPrev">FocusPrev()</h4>
  680. <div class="markdown level1 summary"><p>Focuses the previous view.</p>
  681. </div>
  682. <div class="markdown level1 conceptual"></div>
  683. <h5 class="decalaration">Declaration</h5>
  684. <div class="codewrapper">
  685. <pre><code class="lang-csharp hljs">public bool FocusPrev ();</code></pre>
  686. </div>
  687. <h5 class="returns">Returns</h5>
  688. <table class="table table-bordered table-striped table-condensed">
  689. <thead>
  690. <tr>
  691. <th>Type</th>
  692. <th>Description</th>
  693. </tr>
  694. </thead>
  695. <tbody>
  696. <tr>
  697. <td><span class="xref">System.Boolean</span></td>
  698. <td><p><code>true</code>, if previous was focused, <code>false</code> otherwise.</p>
  699. </td>
  700. </tr>
  701. </tbody>
  702. </table>
  703. <a id="Terminal_View_GetEnumerator_" data-uid="Terminal.View.GetEnumerator*"></a>
  704. <h4 id="Terminal_View_GetEnumerator" data-uid="Terminal.View.GetEnumerator">GetEnumerator()</h4>
  705. <div class="markdown level1 summary"></div>
  706. <div class="markdown level1 conceptual"></div>
  707. <h5 class="decalaration">Declaration</h5>
  708. <div class="codewrapper">
  709. <pre><code class="lang-csharp hljs">[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Terminal.View/&lt;GetEnumerator&gt;d__23))]
  710. public System.Collections.IEnumerator GetEnumerator ();</code></pre>
  711. </div>
  712. <h5 class="returns">Returns</h5>
  713. <table class="table table-bordered table-striped table-condensed">
  714. <thead>
  715. <tr>
  716. <th>Type</th>
  717. <th>Description</th>
  718. </tr>
  719. </thead>
  720. <tbody>
  721. <tr>
  722. <td><span class="xref">System.Collections.IEnumerator</span></td>
  723. <td><p>To be added.</p>
  724. </td>
  725. </tr>
  726. </tbody>
  727. </table>
  728. <a id="Terminal_View_LayoutSubviews_" data-uid="Terminal.View.LayoutSubviews*"></a>
  729. <h4 id="Terminal_View_LayoutSubviews" data-uid="Terminal.View.LayoutSubviews">LayoutSubviews()</h4>
  730. <div class="markdown level1 summary"></div>
  731. <div class="markdown level1 conceptual"></div>
  732. <h5 class="decalaration">Declaration</h5>
  733. <div class="codewrapper">
  734. <pre><code class="lang-csharp hljs">public virtual void LayoutSubviews ();</code></pre>
  735. </div>
  736. <a id="Terminal_View_Move_" data-uid="Terminal.View.Move*"></a>
  737. <h4 id="Terminal_View_Move_System_Int32_System_Int32_" data-uid="Terminal.View.Move(System.Int32,System.Int32)">Move(Int32, Int32)</h4>
  738. <div class="markdown level1 summary"><p>This moves the cursor to the specified column and row in the view.</p>
  739. </div>
  740. <div class="markdown level1 conceptual"></div>
  741. <h5 class="decalaration">Declaration</h5>
  742. <div class="codewrapper">
  743. <pre><code class="lang-csharp hljs">public void Move (int col, int row);</code></pre>
  744. </div>
  745. <h5 class="parameters">Parameters</h5>
  746. <table class="table table-bordered table-striped table-condensed">
  747. <thead>
  748. <tr>
  749. <th>Type</th>
  750. <th>Name</th>
  751. <th>Description</th>
  752. </tr>
  753. </thead>
  754. <tbody>
  755. <tr>
  756. <td><span class="xref">System.Int32</span></td>
  757. <td><span class="parametername">col</span></td>
  758. <td><p>Col.</p>
  759. </td>
  760. </tr>
  761. <tr>
  762. <td><span class="xref">System.Int32</span></td>
  763. <td><span class="parametername">row</span></td>
  764. <td><p>Row.</p>
  765. </td>
  766. </tr>
  767. </tbody>
  768. </table>
  769. <a id="Terminal_View_PositionCursor_" data-uid="Terminal.View.PositionCursor*"></a>
  770. <h4 id="Terminal_View_PositionCursor" data-uid="Terminal.View.PositionCursor">PositionCursor()</h4>
  771. <div class="markdown level1 summary"><p>Positions the cursor in the right position based on the currently focused view in the chain.</p>
  772. </div>
  773. <div class="markdown level1 conceptual"></div>
  774. <h5 class="decalaration">Declaration</h5>
  775. <div class="codewrapper">
  776. <pre><code class="lang-csharp hljs">public virtual void PositionCursor ();</code></pre>
  777. </div>
  778. <a id="Terminal_View_ProcessColdKey_" data-uid="Terminal.View.ProcessColdKey*"></a>
  779. <h4 id="Terminal_View_ProcessColdKey_Terminal_KeyEvent_" data-uid="Terminal.View.ProcessColdKey(Terminal.KeyEvent)">ProcessColdKey(KeyEvent)</h4>
  780. <div class="markdown level1 summary"></div>
  781. <div class="markdown level1 conceptual"></div>
  782. <h5 class="decalaration">Declaration</h5>
  783. <div class="codewrapper">
  784. <pre><code class="lang-csharp hljs">public override bool ProcessColdKey (Terminal.KeyEvent kb);</code></pre>
  785. </div>
  786. <h5 class="parameters">Parameters</h5>
  787. <table class="table table-bordered table-striped table-condensed">
  788. <thead>
  789. <tr>
  790. <th>Type</th>
  791. <th>Name</th>
  792. <th>Description</th>
  793. </tr>
  794. </thead>
  795. <tbody>
  796. <tr>
  797. <td><a class="xref" href="Terminal.KeyEvent.html">KeyEvent</a></td>
  798. <td><span class="parametername">kb</span></td>
  799. <td><p>To be added.</p>
  800. </td>
  801. </tr>
  802. </tbody>
  803. </table>
  804. <h5 class="returns">Returns</h5>
  805. <table class="table table-bordered table-striped table-condensed">
  806. <thead>
  807. <tr>
  808. <th>Type</th>
  809. <th>Description</th>
  810. </tr>
  811. </thead>
  812. <tbody>
  813. <tr>
  814. <td><span class="xref">System.Boolean</span></td>
  815. <td><p>To be added.</p>
  816. </td>
  817. </tr>
  818. </tbody>
  819. </table>
  820. <a id="Terminal_View_ProcessHotKey_" data-uid="Terminal.View.ProcessHotKey*"></a>
  821. <h4 id="Terminal_View_ProcessHotKey_Terminal_KeyEvent_" data-uid="Terminal.View.ProcessHotKey(Terminal.KeyEvent)">ProcessHotKey(KeyEvent)</h4>
  822. <div class="markdown level1 summary"></div>
  823. <div class="markdown level1 conceptual"></div>
  824. <h5 class="decalaration">Declaration</h5>
  825. <div class="codewrapper">
  826. <pre><code class="lang-csharp hljs">public override bool ProcessHotKey (Terminal.KeyEvent kb);</code></pre>
  827. </div>
  828. <h5 class="parameters">Parameters</h5>
  829. <table class="table table-bordered table-striped table-condensed">
  830. <thead>
  831. <tr>
  832. <th>Type</th>
  833. <th>Name</th>
  834. <th>Description</th>
  835. </tr>
  836. </thead>
  837. <tbody>
  838. <tr>
  839. <td><a class="xref" href="Terminal.KeyEvent.html">KeyEvent</a></td>
  840. <td><span class="parametername">kb</span></td>
  841. <td><p>To be added.</p>
  842. </td>
  843. </tr>
  844. </tbody>
  845. </table>
  846. <h5 class="returns">Returns</h5>
  847. <table class="table table-bordered table-striped table-condensed">
  848. <thead>
  849. <tr>
  850. <th>Type</th>
  851. <th>Description</th>
  852. </tr>
  853. </thead>
  854. <tbody>
  855. <tr>
  856. <td><span class="xref">System.Boolean</span></td>
  857. <td><p>To be added.</p>
  858. </td>
  859. </tr>
  860. </tbody>
  861. </table>
  862. <a id="Terminal_View_ProcessKey_" data-uid="Terminal.View.ProcessKey*"></a>
  863. <h4 id="Terminal_View_ProcessKey_Terminal_KeyEvent_" data-uid="Terminal.View.ProcessKey(Terminal.KeyEvent)">ProcessKey(KeyEvent)</h4>
  864. <div class="markdown level1 summary"></div>
  865. <div class="markdown level1 conceptual"></div>
  866. <h5 class="decalaration">Declaration</h5>
  867. <div class="codewrapper">
  868. <pre><code class="lang-csharp hljs">public override bool ProcessKey (Terminal.KeyEvent kb);</code></pre>
  869. </div>
  870. <h5 class="parameters">Parameters</h5>
  871. <table class="table table-bordered table-striped table-condensed">
  872. <thead>
  873. <tr>
  874. <th>Type</th>
  875. <th>Name</th>
  876. <th>Description</th>
  877. </tr>
  878. </thead>
  879. <tbody>
  880. <tr>
  881. <td><a class="xref" href="Terminal.KeyEvent.html">KeyEvent</a></td>
  882. <td><span class="parametername">kb</span></td>
  883. <td><p>To be added.</p>
  884. </td>
  885. </tr>
  886. </tbody>
  887. </table>
  888. <h5 class="returns">Returns</h5>
  889. <table class="table table-bordered table-striped table-condensed">
  890. <thead>
  891. <tr>
  892. <th>Type</th>
  893. <th>Description</th>
  894. </tr>
  895. </thead>
  896. <tbody>
  897. <tr>
  898. <td><span class="xref">System.Boolean</span></td>
  899. <td><p>To be added.</p>
  900. </td>
  901. </tr>
  902. </tbody>
  903. </table>
  904. <a id="Terminal_View_Redraw_" data-uid="Terminal.View.Redraw*"></a>
  905. <h4 id="Terminal_View_Redraw_Terminal_Rect_" data-uid="Terminal.View.Redraw(Terminal.Rect)">Redraw(Rect)</h4>
  906. <div class="markdown level1 summary"><p>Performs a redraw of this view and its subviews, only redraws the views that have been flagged for a re-display.</p>
  907. </div>
  908. <div class="markdown level1 conceptual"></div>
  909. <h5 class="decalaration">Declaration</h5>
  910. <div class="codewrapper">
  911. <pre><code class="lang-csharp hljs">public virtual void Redraw (Terminal.Rect region);</code></pre>
  912. </div>
  913. <h5 class="parameters">Parameters</h5>
  914. <table class="table table-bordered table-striped table-condensed">
  915. <thead>
  916. <tr>
  917. <th>Type</th>
  918. <th>Name</th>
  919. <th>Description</th>
  920. </tr>
  921. </thead>
  922. <tbody>
  923. <tr>
  924. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  925. <td><span class="parametername">region</span></td>
  926. <td><p>To be added.</p>
  927. </td>
  928. </tr>
  929. </tbody>
  930. </table>
  931. <h5 id="Terminal_View_Redraw_Terminal_Rect__remarks">Remarks</h5>
  932. <div class="markdown level1 remarks"><p>The region argument is relative to the view itself.</p>
  933. </div>
  934. <a id="Terminal_View_Remove_" data-uid="Terminal.View.Remove*"></a>
  935. <h4 id="Terminal_View_Remove_Terminal_View_" data-uid="Terminal.View.Remove(Terminal.View)">Remove(View)</h4>
  936. <div class="markdown level1 summary"><p>Removes a widget from this container.</p>
  937. </div>
  938. <div class="markdown level1 conceptual"></div>
  939. <h5 class="decalaration">Declaration</h5>
  940. <div class="codewrapper">
  941. <pre><code class="lang-csharp hljs">public virtual void Remove (Terminal.View view);</code></pre>
  942. </div>
  943. <h5 class="parameters">Parameters</h5>
  944. <table class="table table-bordered table-striped table-condensed">
  945. <thead>
  946. <tr>
  947. <th>Type</th>
  948. <th>Name</th>
  949. <th>Description</th>
  950. </tr>
  951. </thead>
  952. <tbody>
  953. <tr>
  954. <td><a class="xref" href="Terminal.View.html">View</a></td>
  955. <td><span class="parametername">view</span></td>
  956. <td><p>To be added.</p>
  957. </td>
  958. </tr>
  959. </tbody>
  960. </table>
  961. <a id="Terminal_View_RemoveAll_" data-uid="Terminal.View.RemoveAll*"></a>
  962. <h4 id="Terminal_View_RemoveAll" data-uid="Terminal.View.RemoveAll">RemoveAll()</h4>
  963. <div class="markdown level1 summary"><p>Removes all the widgets from this container.</p>
  964. </div>
  965. <div class="markdown level1 conceptual"></div>
  966. <h5 class="decalaration">Declaration</h5>
  967. <div class="codewrapper">
  968. <pre><code class="lang-csharp hljs">public virtual void RemoveAll ();</code></pre>
  969. </div>
  970. <a id="Terminal_View_ScreenToView_" data-uid="Terminal.View.ScreenToView*"></a>
  971. <h4 id="Terminal_View_ScreenToView_System_Int32_System_Int32_" data-uid="Terminal.View.ScreenToView(System.Int32,System.Int32)">ScreenToView(Int32, Int32)</h4>
  972. <div class="markdown level1 summary"><p>Converts a point from screen coordinates into the view coordinate space.</p>
  973. </div>
  974. <div class="markdown level1 conceptual"></div>
  975. <h5 class="decalaration">Declaration</h5>
  976. <div class="codewrapper">
  977. <pre><code class="lang-csharp hljs">public Terminal.Point ScreenToView (int x, int y);</code></pre>
  978. </div>
  979. <h5 class="parameters">Parameters</h5>
  980. <table class="table table-bordered table-striped table-condensed">
  981. <thead>
  982. <tr>
  983. <th>Type</th>
  984. <th>Name</th>
  985. <th>Description</th>
  986. </tr>
  987. </thead>
  988. <tbody>
  989. <tr>
  990. <td><span class="xref">System.Int32</span></td>
  991. <td><span class="parametername">x</span></td>
  992. <td><p>X screen-coordinate point.</p>
  993. </td>
  994. </tr>
  995. <tr>
  996. <td><span class="xref">System.Int32</span></td>
  997. <td><span class="parametername">y</span></td>
  998. <td><p>Y screen-coordinate point.</p>
  999. </td>
  1000. </tr>
  1001. </tbody>
  1002. </table>
  1003. <h5 class="returns">Returns</h5>
  1004. <table class="table table-bordered table-striped table-condensed">
  1005. <thead>
  1006. <tr>
  1007. <th>Type</th>
  1008. <th>Description</th>
  1009. </tr>
  1010. </thead>
  1011. <tbody>
  1012. <tr>
  1013. <td><a class="xref" href="Terminal.Point.html">Point</a></td>
  1014. <td><p>The mapped point.</p>
  1015. </td>
  1016. </tr>
  1017. </tbody>
  1018. </table>
  1019. <a id="Terminal_View_SetFocus_" data-uid="Terminal.View.SetFocus*"></a>
  1020. <h4 id="Terminal_View_SetFocus_Terminal_View_" data-uid="Terminal.View.SetFocus(Terminal.View)">SetFocus(View)</h4>
  1021. <div class="markdown level1 summary"><p>Focuses the specified sub-view.</p>
  1022. </div>
  1023. <div class="markdown level1 conceptual"></div>
  1024. <h5 class="decalaration">Declaration</h5>
  1025. <div class="codewrapper">
  1026. <pre><code class="lang-csharp hljs">public void SetFocus (Terminal.View view);</code></pre>
  1027. </div>
  1028. <h5 class="parameters">Parameters</h5>
  1029. <table class="table table-bordered table-striped table-condensed">
  1030. <thead>
  1031. <tr>
  1032. <th>Type</th>
  1033. <th>Name</th>
  1034. <th>Description</th>
  1035. </tr>
  1036. </thead>
  1037. <tbody>
  1038. <tr>
  1039. <td><a class="xref" href="Terminal.View.html">View</a></td>
  1040. <td><span class="parametername">view</span></td>
  1041. <td><p>View.</p>
  1042. </td>
  1043. </tr>
  1044. </tbody>
  1045. </table>
  1046. <a id="Terminal_View_SetNeedsDisplay_" data-uid="Terminal.View.SetNeedsDisplay*"></a>
  1047. <h4 id="Terminal_View_SetNeedsDisplay" data-uid="Terminal.View.SetNeedsDisplay">SetNeedsDisplay()</h4>
  1048. <div class="markdown level1 summary"><p>Invoke to flag that this view needs to be redisplayed, by any code
  1049. that alters the state of the view.</p>
  1050. </div>
  1051. <div class="markdown level1 conceptual"></div>
  1052. <h5 class="decalaration">Declaration</h5>
  1053. <div class="codewrapper">
  1054. <pre><code class="lang-csharp hljs">public void SetNeedsDisplay ();</code></pre>
  1055. </div>
  1056. <a id="Terminal_View_SetNeedsDisplay_" data-uid="Terminal.View.SetNeedsDisplay*"></a>
  1057. <h4 id="Terminal_View_SetNeedsDisplay_Terminal_Rect_" data-uid="Terminal.View.SetNeedsDisplay(Terminal.Rect)">SetNeedsDisplay(Rect)</h4>
  1058. <div class="markdown level1 summary"></div>
  1059. <div class="markdown level1 conceptual"></div>
  1060. <h5 class="decalaration">Declaration</h5>
  1061. <div class="codewrapper">
  1062. <pre><code class="lang-csharp hljs">public void SetNeedsDisplay (Terminal.Rect region);</code></pre>
  1063. </div>
  1064. <h5 class="parameters">Parameters</h5>
  1065. <table class="table table-bordered table-striped table-condensed">
  1066. <thead>
  1067. <tr>
  1068. <th>Type</th>
  1069. <th>Name</th>
  1070. <th>Description</th>
  1071. </tr>
  1072. </thead>
  1073. <tbody>
  1074. <tr>
  1075. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  1076. <td><span class="parametername">region</span></td>
  1077. <td><p>To be added.</p>
  1078. </td>
  1079. </tr>
  1080. </tbody>
  1081. </table>
  1082. <a id="Terminal_View_ToString_" data-uid="Terminal.View.ToString*"></a>
  1083. <h4 id="Terminal_View_ToString" data-uid="Terminal.View.ToString">ToString()</h4>
  1084. <div class="markdown level1 summary"></div>
  1085. <div class="markdown level1 conceptual"></div>
  1086. <h5 class="decalaration">Declaration</h5>
  1087. <div class="codewrapper">
  1088. <pre><code class="lang-csharp hljs">public override string ToString ();</code></pre>
  1089. </div>
  1090. <h5 class="returns">Returns</h5>
  1091. <table class="table table-bordered table-striped table-condensed">
  1092. <thead>
  1093. <tr>
  1094. <th>Type</th>
  1095. <th>Description</th>
  1096. </tr>
  1097. </thead>
  1098. <tbody>
  1099. <tr>
  1100. <td><span class="xref">System.String</span></td>
  1101. <td><p>To be added.</p>
  1102. </td>
  1103. </tr>
  1104. </tbody>
  1105. </table>
  1106. </article>
  1107. </div>
  1108. <div class="hidden-sm col-md-2" role="complementary">
  1109. <div class="sideaffix">
  1110. <div class="contribution">
  1111. <ul class="nav">
  1112. </ul>
  1113. </div>
  1114. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  1115. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  1116. </nav>
  1117. </div>
  1118. </div>
  1119. </div>
  1120. </div>
  1121. <footer>
  1122. <div class="grad-bottom"></div>
  1123. <div class="footer">
  1124. <div class="container">
  1125. <span class="pull-right">
  1126. <a href="#top">Back to top</a>
  1127. </span>
  1128. <span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span>
  1129. </div>
  1130. </div>
  1131. </footer>
  1132. </div>
  1133. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  1134. <script type="text/javascript" src="../../styles/docfx.js"></script>
  1135. <script type="text/javascript" src="../../styles/main.js"></script>
  1136. </body>
  1137. </html>