Terminal.RadioGroup.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  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 RadioGroup
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class RadioGroup
  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.RadioGroup">
  63. <h1 id="Terminal_RadioGroup" data-uid="Terminal.RadioGroup">Class RadioGroup
  64. </h1>
  65. <div class="markdown level0 summary"><p>Radio group shows a group of labels, only one of those can be selected at a given time</p>
  66. </div>
  67. <div class="markdown level0 conceptual"></div>
  68. <div class="inheritance">
  69. <h5>Inheritance</h5>
  70. <div class="level0"><span class="xref">System.Object</span></div>
  71. <div class="level1"><a class="xref" href="Terminal.Responder.html">Responder</a></div>
  72. <div class="level2"><a class="xref" href="Terminal.View.html">View</a></div>
  73. <div class="level3"><span class="xref">RadioGroup</span></div>
  74. </div>
  75. <div class="inheritedMembers">
  76. <h5>Inherited Members</h5>
  77. <div>
  78. <a class="xref" href="Terminal.Responder.html#Terminal_Responder_CanFocus">Responder.CanFocus</a>
  79. </div>
  80. <div>
  81. <a class="xref" href="Terminal.View.html#Terminal_View_Add_Terminal_View_">View.Add(View)</a>
  82. </div>
  83. <div>
  84. <a class="xref" href="Terminal.View.html#Terminal_View_Add_Terminal_View___">View.Add(View[])</a>
  85. </div>
  86. <div>
  87. <a class="xref" href="Terminal.View.html#Terminal_View_AddCh_System_Int32_System_Int32_System_Int32_">View.AddCh(Int32, Int32, Int32)</a>
  88. </div>
  89. <div>
  90. <a class="xref" href="Terminal.View.html#Terminal_View_Bounds">View.Bounds</a>
  91. </div>
  92. <div>
  93. <a class="xref" href="Terminal.View.html#Terminal_View_ChildNeedsDisplay">View.ChildNeedsDisplay()</a>
  94. </div>
  95. <div>
  96. <a class="xref" href="Terminal.View.html#Terminal_View_Clear">View.Clear()</a>
  97. </div>
  98. <div>
  99. <a class="xref" href="Terminal.View.html#Terminal_View_ClearNeedsDisplay">View.ClearNeedsDisplay()</a>
  100. </div>
  101. <div>
  102. <a class="xref" href="Terminal.View.html#Terminal_View_ColorScheme">View.ColorScheme</a>
  103. </div>
  104. <div>
  105. <a class="xref" href="Terminal.View.html#Terminal_View_DrawFrame_Terminal_Rect_System_Boolean_">View.DrawFrame(Rect, Boolean)</a>
  106. </div>
  107. <div>
  108. <a class="xref" href="Terminal.View.html#Terminal_View_DrawHotString_System_String_System_Boolean_Terminal_ColorScheme_">View.DrawHotString(String, Boolean, ColorScheme)</a>
  109. </div>
  110. <div>
  111. <a class="xref" href="Terminal.View.html#Terminal_View_DrawHotString_System_String_Terminal_Attribute_Terminal_Attribute_">View.DrawHotString(String, Attribute, Attribute)</a>
  112. </div>
  113. <div>
  114. <a class="xref" href="Terminal.View.html#Terminal_View_Driver">View.Driver</a>
  115. </div>
  116. <div>
  117. <a class="xref" href="Terminal.View.html#Terminal_View_EnsureFocus">View.EnsureFocus()</a>
  118. </div>
  119. <div>
  120. <a class="xref" href="Terminal.View.html#Terminal_View_Focused">View.Focused</a>
  121. </div>
  122. <div>
  123. <a class="xref" href="Terminal.View.html#Terminal_View_FocusFirst">View.FocusFirst()</a>
  124. </div>
  125. <div>
  126. <a class="xref" href="Terminal.View.html#Terminal_View_FocusLast">View.FocusLast()</a>
  127. </div>
  128. <div>
  129. <a class="xref" href="Terminal.View.html#Terminal_View_FocusNext">View.FocusNext()</a>
  130. </div>
  131. <div>
  132. <a class="xref" href="Terminal.View.html#Terminal_View_FocusPrev">View.FocusPrev()</a>
  133. </div>
  134. <div>
  135. <a class="xref" href="Terminal.View.html#Terminal_View_Frame">View.Frame</a>
  136. </div>
  137. <div>
  138. <a class="xref" href="Terminal.View.html#Terminal_View_GetEnumerator">View.GetEnumerator()</a>
  139. </div>
  140. <div>
  141. <a class="xref" href="Terminal.View.html#Terminal_View_HasFocus">View.HasFocus</a>
  142. </div>
  143. <div>
  144. <a class="xref" href="Terminal.View.html#Terminal_View_Id">View.Id</a>
  145. </div>
  146. <div>
  147. <a class="xref" href="Terminal.View.html#Terminal_View_LayoutSubviews">View.LayoutSubviews()</a>
  148. </div>
  149. <div>
  150. <a class="xref" href="Terminal.View.html#Terminal_View_MostFocused">View.MostFocused</a>
  151. </div>
  152. <div>
  153. <a class="xref" href="Terminal.View.html#Terminal_View_Move_System_Int32_System_Int32_">View.Move(Int32, Int32)</a>
  154. </div>
  155. <div>
  156. <a class="xref" href="Terminal.View.html#Terminal_View_ProcessColdKey_Terminal_KeyEvent_">View.ProcessColdKey(KeyEvent)</a>
  157. </div>
  158. <div>
  159. <a class="xref" href="Terminal.View.html#Terminal_View_Remove_Terminal_View_">View.Remove(View)</a>
  160. </div>
  161. <div>
  162. <a class="xref" href="Terminal.View.html#Terminal_View_RemoveAll">View.RemoveAll()</a>
  163. </div>
  164. <div>
  165. <a class="xref" href="Terminal.View.html#Terminal_View_ScreenToView_System_Int32_System_Int32_">View.ScreenToView(Int32, Int32)</a>
  166. </div>
  167. <div>
  168. <a class="xref" href="Terminal.View.html#Terminal_View_SetFocus_Terminal_View_">View.SetFocus(View)</a>
  169. </div>
  170. <div>
  171. <a class="xref" href="Terminal.View.html#Terminal_View_SetNeedsDisplay">View.SetNeedsDisplay()</a>
  172. </div>
  173. <div>
  174. <a class="xref" href="Terminal.View.html#Terminal_View_SetNeedsDisplay_Terminal_Rect_">View.SetNeedsDisplay(Rect)</a>
  175. </div>
  176. <div>
  177. <a class="xref" href="Terminal.View.html#Terminal_View_Subviews">View.Subviews</a>
  178. </div>
  179. <div>
  180. <a class="xref" href="Terminal.View.html#Terminal_View_SuperView">View.SuperView</a>
  181. </div>
  182. <div>
  183. <a class="xref" href="Terminal.View.html#Terminal_View_ToString">View.ToString()</a>
  184. </div>
  185. <div>
  186. <a class="xref" href="Terminal.View.html#Terminal_View_WantMousePositionReports">View.WantMousePositionReports</a>
  187. </div>
  188. </div>
  189. <h6><strong>Namespace</strong>: <a class="xref" href="../Terminal.html">Terminal</a></h6>
  190. <h6><strong>Assembly</strong>: Terminal.dll</h6>
  191. <h5 id="Terminal_RadioGroup_syntax">Syntax</h5>
  192. <div class="codewrapper">
  193. <pre><code class="lang-csharp hljs">public class RadioGroup : Terminal.View</code></pre>
  194. </div>
  195. <h3 id="constructors">Constructors
  196. </h3>
  197. <a id="Terminal_RadioGroup__ctor_" data-uid="Terminal.RadioGroup.#ctor*"></a>
  198. <h4 id="Terminal_RadioGroup__ctor_Terminal_Rect_System_String___System_Int32_" data-uid="Terminal.RadioGroup.#ctor(Terminal.Rect,System.String[],System.Int32)">RadioGroup(Rect, String[], Int32)</h4>
  199. <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Terminal.RadioGroup.html">RadioGroup</a> class
  200. setting up the initial set of radio labels and the item that should be selected.</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 RadioGroup (Terminal.Rect rect, string[] radioLabels, int selected = 0);</code></pre>
  206. </div>
  207. <h5 class="parameters">Parameters</h5>
  208. <table class="table table-bordered table-striped table-condensed">
  209. <thead>
  210. <tr>
  211. <th>Type</th>
  212. <th>Name</th>
  213. <th>Description</th>
  214. </tr>
  215. </thead>
  216. <tbody>
  217. <tr>
  218. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  219. <td><span class="parametername">rect</span></td>
  220. <td><p>Boundaries for the radio group.</p>
  221. </td>
  222. </tr>
  223. <tr>
  224. <td><span class="xref">System.String</span>[]</td>
  225. <td><span class="parametername">radioLabels</span></td>
  226. <td><p>Radio labels, the strings can contain hotkeys using an undermine before the letter.</p>
  227. </td>
  228. </tr>
  229. <tr>
  230. <td><span class="xref">System.Int32</span></td>
  231. <td><span class="parametername">selected</span></td>
  232. <td><p>The item to be selected, the value is clamped to the number of items.</p>
  233. </td>
  234. </tr>
  235. </tbody>
  236. </table>
  237. <a id="Terminal_RadioGroup__ctor_" data-uid="Terminal.RadioGroup.#ctor*"></a>
  238. <h4 id="Terminal_RadioGroup__ctor_System_Int32_System_Int32_System_String___System_Int32_" data-uid="Terminal.RadioGroup.#ctor(System.Int32,System.Int32,System.String[],System.Int32)">RadioGroup(Int32, Int32, String[], Int32)</h4>
  239. <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Terminal.RadioGroup.html">RadioGroup</a> class
  240. setting up the initial set of radio labels and the item that should be selected,
  241. the view frame is computed from the provided radioLabels.</p>
  242. </div>
  243. <div class="markdown level1 conceptual"></div>
  244. <h5 class="decalaration">Declaration</h5>
  245. <div class="codewrapper">
  246. <pre><code class="lang-csharp hljs">public RadioGroup (int x, int y, string[] radioLabels, int selected = 0);</code></pre>
  247. </div>
  248. <h5 class="parameters">Parameters</h5>
  249. <table class="table table-bordered table-striped table-condensed">
  250. <thead>
  251. <tr>
  252. <th>Type</th>
  253. <th>Name</th>
  254. <th>Description</th>
  255. </tr>
  256. </thead>
  257. <tbody>
  258. <tr>
  259. <td><span class="xref">System.Int32</span></td>
  260. <td><span class="parametername">x</span></td>
  261. <td><p>The x coordinate.</p>
  262. </td>
  263. </tr>
  264. <tr>
  265. <td><span class="xref">System.Int32</span></td>
  266. <td><span class="parametername">y</span></td>
  267. <td><p>The y coordinate.</p>
  268. </td>
  269. </tr>
  270. <tr>
  271. <td><span class="xref">System.String</span>[]</td>
  272. <td><span class="parametername">radioLabels</span></td>
  273. <td><p>Radio labels, the strings can contain hotkeys using an undermine before the letter.</p>
  274. </td>
  275. </tr>
  276. <tr>
  277. <td><span class="xref">System.Int32</span></td>
  278. <td><span class="parametername">selected</span></td>
  279. <td><p>The item to be selected, the value is clamped to the number of items.</p>
  280. </td>
  281. </tr>
  282. </tbody>
  283. </table>
  284. <h3 id="fields">Fields
  285. </h3>
  286. <h4 id="Terminal_RadioGroup_SelectionChanged" data-uid="Terminal.RadioGroup.SelectionChanged">SelectionChanged</h4>
  287. <div class="markdown level1 summary"></div>
  288. <div class="markdown level1 conceptual"></div>
  289. <h5 class="decalaration">Declaration</h5>
  290. <div class="codewrapper">
  291. <pre><code class="lang-csharp hljs">public Action&lt;int&gt; SelectionChanged;</code></pre>
  292. </div>
  293. <h5 class="fieldValue">Field Value</h5>
  294. <table class="table table-bordered table-striped table-condensed">
  295. <thead>
  296. <tr>
  297. <th>Type</th>
  298. <th>Description</th>
  299. </tr>
  300. </thead>
  301. <tbody>
  302. <tr>
  303. <td><span class="xref">System.Action</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
  304. <td><p>To be added.</p>
  305. </td>
  306. </tr>
  307. </tbody>
  308. </table>
  309. <h3 id="properties">Properties
  310. </h3>
  311. <a id="Terminal_RadioGroup_RadioLabels_" data-uid="Terminal.RadioGroup.RadioLabels*"></a>
  312. <h4 id="Terminal_RadioGroup_RadioLabels" data-uid="Terminal.RadioGroup.RadioLabels">RadioLabels</h4>
  313. <div class="markdown level1 summary"><p>The radio labels to display</p>
  314. </div>
  315. <div class="markdown level1 conceptual"></div>
  316. <h5 class="decalaration">Declaration</h5>
  317. <div class="codewrapper">
  318. <pre><code class="lang-csharp hljs">public string[] RadioLabels { get; set; }</code></pre>
  319. </div>
  320. <h5 class="propertyValue">Property Value</h5>
  321. <table class="table table-bordered table-striped table-condensed">
  322. <thead>
  323. <tr>
  324. <th>Type</th>
  325. <th>Description</th>
  326. </tr>
  327. </thead>
  328. <tbody>
  329. <tr>
  330. <td><span class="xref">System.String</span>[]</td>
  331. <td><p>The radio labels.</p>
  332. </td>
  333. </tr>
  334. </tbody>
  335. </table>
  336. <a id="Terminal_RadioGroup_Selected_" data-uid="Terminal.RadioGroup.Selected*"></a>
  337. <h4 id="Terminal_RadioGroup_Selected" data-uid="Terminal.RadioGroup.Selected">Selected</h4>
  338. <div class="markdown level1 summary"><p>The currently selected item from the list of radio labels</p>
  339. </div>
  340. <div class="markdown level1 conceptual"></div>
  341. <h5 class="decalaration">Declaration</h5>
  342. <div class="codewrapper">
  343. <pre><code class="lang-csharp hljs">public int Selected { get; set; }</code></pre>
  344. </div>
  345. <h5 class="propertyValue">Property Value</h5>
  346. <table class="table table-bordered table-striped table-condensed">
  347. <thead>
  348. <tr>
  349. <th>Type</th>
  350. <th>Description</th>
  351. </tr>
  352. </thead>
  353. <tbody>
  354. <tr>
  355. <td><span class="xref">System.Int32</span></td>
  356. <td><p>The selected.</p>
  357. </td>
  358. </tr>
  359. </tbody>
  360. </table>
  361. <h3 id="methods">Methods
  362. </h3>
  363. <a id="Terminal_RadioGroup_MouseEvent_" data-uid="Terminal.RadioGroup.MouseEvent*"></a>
  364. <h4 id="Terminal_RadioGroup_MouseEvent_Terminal_MouseEvent_" data-uid="Terminal.RadioGroup.MouseEvent(Terminal.MouseEvent)">MouseEvent(MouseEvent)</h4>
  365. <div class="markdown level1 summary"></div>
  366. <div class="markdown level1 conceptual"></div>
  367. <h5 class="decalaration">Declaration</h5>
  368. <div class="codewrapper">
  369. <pre><code class="lang-csharp hljs">public override bool MouseEvent (Terminal.MouseEvent me);</code></pre>
  370. </div>
  371. <h5 class="parameters">Parameters</h5>
  372. <table class="table table-bordered table-striped table-condensed">
  373. <thead>
  374. <tr>
  375. <th>Type</th>
  376. <th>Name</th>
  377. <th>Description</th>
  378. </tr>
  379. </thead>
  380. <tbody>
  381. <tr>
  382. <td><a class="xref" href="Terminal.MouseEvent.html">MouseEvent</a></td>
  383. <td><span class="parametername">me</span></td>
  384. <td><p>To be added.</p>
  385. </td>
  386. </tr>
  387. </tbody>
  388. </table>
  389. <h5 class="returns">Returns</h5>
  390. <table class="table table-bordered table-striped table-condensed">
  391. <thead>
  392. <tr>
  393. <th>Type</th>
  394. <th>Description</th>
  395. </tr>
  396. </thead>
  397. <tbody>
  398. <tr>
  399. <td><span class="xref">System.Boolean</span></td>
  400. <td><p>To be added.</p>
  401. </td>
  402. </tr>
  403. </tbody>
  404. </table>
  405. <a id="Terminal_RadioGroup_PositionCursor_" data-uid="Terminal.RadioGroup.PositionCursor*"></a>
  406. <h4 id="Terminal_RadioGroup_PositionCursor" data-uid="Terminal.RadioGroup.PositionCursor">PositionCursor()</h4>
  407. <div class="markdown level1 summary"></div>
  408. <div class="markdown level1 conceptual"></div>
  409. <h5 class="decalaration">Declaration</h5>
  410. <div class="codewrapper">
  411. <pre><code class="lang-csharp hljs">public override void PositionCursor ();</code></pre>
  412. </div>
  413. <a id="Terminal_RadioGroup_ProcessHotKey_" data-uid="Terminal.RadioGroup.ProcessHotKey*"></a>
  414. <h4 id="Terminal_RadioGroup_ProcessHotKey_Terminal_KeyEvent_" data-uid="Terminal.RadioGroup.ProcessHotKey(Terminal.KeyEvent)">ProcessHotKey(KeyEvent)</h4>
  415. <div class="markdown level1 summary"></div>
  416. <div class="markdown level1 conceptual"></div>
  417. <h5 class="decalaration">Declaration</h5>
  418. <div class="codewrapper">
  419. <pre><code class="lang-csharp hljs">public override bool ProcessHotKey (Terminal.KeyEvent kb);</code></pre>
  420. </div>
  421. <h5 class="parameters">Parameters</h5>
  422. <table class="table table-bordered table-striped table-condensed">
  423. <thead>
  424. <tr>
  425. <th>Type</th>
  426. <th>Name</th>
  427. <th>Description</th>
  428. </tr>
  429. </thead>
  430. <tbody>
  431. <tr>
  432. <td><a class="xref" href="Terminal.KeyEvent.html">KeyEvent</a></td>
  433. <td><span class="parametername">kb</span></td>
  434. <td><p>To be added.</p>
  435. </td>
  436. </tr>
  437. </tbody>
  438. </table>
  439. <h5 class="returns">Returns</h5>
  440. <table class="table table-bordered table-striped table-condensed">
  441. <thead>
  442. <tr>
  443. <th>Type</th>
  444. <th>Description</th>
  445. </tr>
  446. </thead>
  447. <tbody>
  448. <tr>
  449. <td><span class="xref">System.Boolean</span></td>
  450. <td><p>To be added.</p>
  451. </td>
  452. </tr>
  453. </tbody>
  454. </table>
  455. <a id="Terminal_RadioGroup_ProcessKey_" data-uid="Terminal.RadioGroup.ProcessKey*"></a>
  456. <h4 id="Terminal_RadioGroup_ProcessKey_Terminal_KeyEvent_" data-uid="Terminal.RadioGroup.ProcessKey(Terminal.KeyEvent)">ProcessKey(KeyEvent)</h4>
  457. <div class="markdown level1 summary"></div>
  458. <div class="markdown level1 conceptual"></div>
  459. <h5 class="decalaration">Declaration</h5>
  460. <div class="codewrapper">
  461. <pre><code class="lang-csharp hljs">public override bool ProcessKey (Terminal.KeyEvent kb);</code></pre>
  462. </div>
  463. <h5 class="parameters">Parameters</h5>
  464. <table class="table table-bordered table-striped table-condensed">
  465. <thead>
  466. <tr>
  467. <th>Type</th>
  468. <th>Name</th>
  469. <th>Description</th>
  470. </tr>
  471. </thead>
  472. <tbody>
  473. <tr>
  474. <td><a class="xref" href="Terminal.KeyEvent.html">KeyEvent</a></td>
  475. <td><span class="parametername">kb</span></td>
  476. <td><p>To be added.</p>
  477. </td>
  478. </tr>
  479. </tbody>
  480. </table>
  481. <h5 class="returns">Returns</h5>
  482. <table class="table table-bordered table-striped table-condensed">
  483. <thead>
  484. <tr>
  485. <th>Type</th>
  486. <th>Description</th>
  487. </tr>
  488. </thead>
  489. <tbody>
  490. <tr>
  491. <td><span class="xref">System.Boolean</span></td>
  492. <td><p>To be added.</p>
  493. </td>
  494. </tr>
  495. </tbody>
  496. </table>
  497. <a id="Terminal_RadioGroup_Redraw_" data-uid="Terminal.RadioGroup.Redraw*"></a>
  498. <h4 id="Terminal_RadioGroup_Redraw_Terminal_Rect_" data-uid="Terminal.RadioGroup.Redraw(Terminal.Rect)">Redraw(Rect)</h4>
  499. <div class="markdown level1 summary"></div>
  500. <div class="markdown level1 conceptual"></div>
  501. <h5 class="decalaration">Declaration</h5>
  502. <div class="codewrapper">
  503. <pre><code class="lang-csharp hljs">public override void Redraw (Terminal.Rect region);</code></pre>
  504. </div>
  505. <h5 class="parameters">Parameters</h5>
  506. <table class="table table-bordered table-striped table-condensed">
  507. <thead>
  508. <tr>
  509. <th>Type</th>
  510. <th>Name</th>
  511. <th>Description</th>
  512. </tr>
  513. </thead>
  514. <tbody>
  515. <tr>
  516. <td><a class="xref" href="Terminal.Rect.html">Rect</a></td>
  517. <td><span class="parametername">region</span></td>
  518. <td><p>To be added.</p>
  519. </td>
  520. </tr>
  521. </tbody>
  522. </table>
  523. </article>
  524. </div>
  525. <div class="hidden-sm col-md-2" role="complementary">
  526. <div class="sideaffix">
  527. <div class="contribution">
  528. <ul class="nav">
  529. </ul>
  530. </div>
  531. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  532. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  533. </nav>
  534. </div>
  535. </div>
  536. </div>
  537. </div>
  538. <footer>
  539. <div class="grad-bottom"></div>
  540. <div class="footer">
  541. <div class="container">
  542. <span class="pull-right">
  543. <a href="#top">Back to top</a>
  544. </span>
  545. <span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span>
  546. </div>
  547. </div>
  548. </footer>
  549. </div>
  550. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  551. <script type="text/javascript" src="../../styles/docfx.js"></script>
  552. <script type="text/javascript" src="../../styles/main.js"></script>
  553. </body>
  554. </html>