Terminal.Gui.CursorVisibility.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  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 CursorVisibility
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class CursorVisibility
  11. ">
  12. <meta name="generator" content="docfx 2.59.3.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="../../toc.html">
  18. <meta property="docfx:tocrel" content="toc.html">
  19. <meta property="docfx:rel" content="../../">
  20. </head>
  21. <body data-spy="scroll" data-target="#affix" data-offset="120">
  22. <div id="wrapper">
  23. <header>
  24. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  25. <div class="container">
  26. <div class="navbar-header">
  27. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  28. <span class="sr-only">Toggle navigation</span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. </button>
  33. <a class="navbar-brand" href="../../index.html">
  34. <img id="logo" class="svg" src="../../images/logo48.png" alt="">
  35. </a>
  36. </div>
  37. <div class="collapse navbar-collapse" id="navbar">
  38. <form class="navbar-form navbar-right" role="search" id="search">
  39. <div class="form-group">
  40. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  41. </div>
  42. </form>
  43. </div>
  44. </div>
  45. </nav>
  46. <div class="subnav navbar navbar-default">
  47. <div class="container hide-when-search" id="breadcrumb">
  48. <ul class="breadcrumb">
  49. <li></li>
  50. </ul>
  51. </div>
  52. </div>
  53. </header>
  54. <div class="container body-content">
  55. <div id="search-results">
  56. <div class="search-list">Search Results for <span></span></div>
  57. <div class="sr-items">
  58. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  59. </div>
  60. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  61. </div>
  62. </div>
  63. <div role="main" class="container body-content hide-when-search">
  64. <div class="sidenav hide-when-search">
  65. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  66. <div class="sidetoggle collapse" id="sidetoggle">
  67. <div id="sidetoc"></div>
  68. </div>
  69. </div>
  70. <div class="article row grid-right">
  71. <div class="col-md-10">
  72. <article class="content wrap" id="_content" data-uid="Terminal.Gui.CursorVisibility">
  73. <h1 id="Terminal_Gui_CursorVisibility" data-uid="Terminal.Gui.CursorVisibility" class="text-break">Class CursorVisibility
  74. </h1>
  75. <div class="markdown level0 summary">
  76. Cursors Visibility that are displayed
  77. </div>
  78. <div class="markdown level0 conceptual"></div>
  79. <div class="inheritance">
  80. <h5>Inheritance</h5>
  81. <div class="level0"><span class="xref">System.Object</span></div>
  82. <div class="level1"><span class="xref">CursorVisibility</span></div>
  83. </div>
  84. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
  85. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  86. <h5 id="Terminal_Gui_CursorVisibility_syntax">Syntax</h5>
  87. <div class="codewrapper">
  88. <pre><code class="lang-csharp hljs">public sealed class CursorVisibility : Enum</code></pre>
  89. </div>
  90. <h3 id="fields">Fields
  91. </h3>
  92. <h4 id="Terminal_Gui_CursorVisibility_Box" data-uid="Terminal.Gui.CursorVisibility.Box">Box</h4>
  93. <div class="markdown level1 summary">
  94. Cursor caret is displayed as a blinking block ▉
  95. </div>
  96. <div class="markdown level1 conceptual"></div>
  97. <h5 class="decalaration">Declaration</h5>
  98. <div class="codewrapper">
  99. <pre><code class="lang-csharp hljs">public const CursorVisibility Box</code></pre>
  100. </div>
  101. <h5 class="fieldValue">Field Value</h5>
  102. <table class="table table-bordered table-striped table-condensed">
  103. <thead>
  104. <tr>
  105. <th>Type</th>
  106. <th>Description</th>
  107. </tr>
  108. </thead>
  109. <tbody>
  110. <tr>
  111. <td><a class="xref" href="Terminal.Gui.CursorVisibility.html">CursorVisibility</a></td>
  112. <td></td>
  113. </tr>
  114. </tbody>
  115. </table>
  116. <h4 id="Terminal_Gui_CursorVisibility_BoxFix" data-uid="Terminal.Gui.CursorVisibility.BoxFix">BoxFix</h4>
  117. <div class="markdown level1 summary">
  118. Cursor caret is displayed a block ▉
  119. </div>
  120. <div class="markdown level1 conceptual"></div>
  121. <h5 class="decalaration">Declaration</h5>
  122. <div class="codewrapper">
  123. <pre><code class="lang-csharp hljs">public const CursorVisibility BoxFix</code></pre>
  124. </div>
  125. <h5 class="fieldValue">Field Value</h5>
  126. <table class="table table-bordered table-striped table-condensed">
  127. <thead>
  128. <tr>
  129. <th>Type</th>
  130. <th>Description</th>
  131. </tr>
  132. </thead>
  133. <tbody>
  134. <tr>
  135. <td><a class="xref" href="Terminal.Gui.CursorVisibility.html">CursorVisibility</a></td>
  136. <td></td>
  137. </tr>
  138. </tbody>
  139. </table>
  140. <h5 id="Terminal_Gui_CursorVisibility_BoxFix_remarks">Remarks</h5>
  141. <div class="markdown level1 remarks">Works under Xterm-like terminal otherwise this is equivalent to <see ref="Block"></see></div>
  142. <h4 id="Terminal_Gui_CursorVisibility_Default" data-uid="Terminal.Gui.CursorVisibility.Default">Default</h4>
  143. <div class="markdown level1 summary">
  144. Cursor caret has default
  145. </div>
  146. <div class="markdown level1 conceptual"></div>
  147. <h5 class="decalaration">Declaration</h5>
  148. <div class="codewrapper">
  149. <pre><code class="lang-csharp hljs">public const CursorVisibility Default</code></pre>
  150. </div>
  151. <h5 class="fieldValue">Field Value</h5>
  152. <table class="table table-bordered table-striped table-condensed">
  153. <thead>
  154. <tr>
  155. <th>Type</th>
  156. <th>Description</th>
  157. </tr>
  158. </thead>
  159. <tbody>
  160. <tr>
  161. <td><a class="xref" href="Terminal.Gui.CursorVisibility.html">CursorVisibility</a></td>
  162. <td></td>
  163. </tr>
  164. </tbody>
  165. </table>
  166. <h5 id="Terminal_Gui_CursorVisibility_Default_remarks">Remarks</h5>
  167. <div class="markdown level1 remarks">Works under Xterm-like terminal otherwise this is equivalent to <see ref="Underscore"></see>. This default directly depends of the XTerm user configuration settings so it could be Block, I-Beam, Underline with possible blinking.</div>
  168. <h4 id="Terminal_Gui_CursorVisibility_Invisible" data-uid="Terminal.Gui.CursorVisibility.Invisible">Invisible</h4>
  169. <div class="markdown level1 summary">
  170. Cursor caret is hidden
  171. </div>
  172. <div class="markdown level1 conceptual"></div>
  173. <h5 class="decalaration">Declaration</h5>
  174. <div class="codewrapper">
  175. <pre><code class="lang-csharp hljs">public const CursorVisibility Invisible</code></pre>
  176. </div>
  177. <h5 class="fieldValue">Field Value</h5>
  178. <table class="table table-bordered table-striped table-condensed">
  179. <thead>
  180. <tr>
  181. <th>Type</th>
  182. <th>Description</th>
  183. </tr>
  184. </thead>
  185. <tbody>
  186. <tr>
  187. <td><a class="xref" href="Terminal.Gui.CursorVisibility.html">CursorVisibility</a></td>
  188. <td></td>
  189. </tr>
  190. </tbody>
  191. </table>
  192. <h4 id="Terminal_Gui_CursorVisibility_Underline" data-uid="Terminal.Gui.CursorVisibility.Underline">Underline</h4>
  193. <div class="markdown level1 summary">
  194. Cursor caret is normally shown as a blinking underline bar _
  195. </div>
  196. <div class="markdown level1 conceptual"></div>
  197. <h5 class="decalaration">Declaration</h5>
  198. <div class="codewrapper">
  199. <pre><code class="lang-csharp hljs">public const CursorVisibility Underline</code></pre>
  200. </div>
  201. <h5 class="fieldValue">Field Value</h5>
  202. <table class="table table-bordered table-striped table-condensed">
  203. <thead>
  204. <tr>
  205. <th>Type</th>
  206. <th>Description</th>
  207. </tr>
  208. </thead>
  209. <tbody>
  210. <tr>
  211. <td><a class="xref" href="Terminal.Gui.CursorVisibility.html">CursorVisibility</a></td>
  212. <td></td>
  213. </tr>
  214. </tbody>
  215. </table>
  216. <h4 id="Terminal_Gui_CursorVisibility_UnderlineFix" data-uid="Terminal.Gui.CursorVisibility.UnderlineFix">UnderlineFix</h4>
  217. <div class="markdown level1 summary">
  218. Cursor caret is normally shown as a underline bar _
  219. </div>
  220. <div class="markdown level1 conceptual"></div>
  221. <h5 class="decalaration">Declaration</h5>
  222. <div class="codewrapper">
  223. <pre><code class="lang-csharp hljs">public const CursorVisibility UnderlineFix</code></pre>
  224. </div>
  225. <h5 class="fieldValue">Field Value</h5>
  226. <table class="table table-bordered table-striped table-condensed">
  227. <thead>
  228. <tr>
  229. <th>Type</th>
  230. <th>Description</th>
  231. </tr>
  232. </thead>
  233. <tbody>
  234. <tr>
  235. <td><a class="xref" href="Terminal.Gui.CursorVisibility.html">CursorVisibility</a></td>
  236. <td></td>
  237. </tr>
  238. </tbody>
  239. </table>
  240. <h5 id="Terminal_Gui_CursorVisibility_UnderlineFix_remarks">Remarks</h5>
  241. <div class="markdown level1 remarks">Under Windows, this is equivalent to <see ref="UnderscoreBlinking"></see></div>
  242. <h4 id="Terminal_Gui_CursorVisibility_value__" data-uid="Terminal.Gui.CursorVisibility.value__">value__</h4>
  243. <div class="markdown level1 summary"></div>
  244. <div class="markdown level1 conceptual"></div>
  245. <h5 class="decalaration">Declaration</h5>
  246. <div class="codewrapper">
  247. <pre><code class="lang-csharp hljs">public int value__</code></pre>
  248. </div>
  249. <h5 class="fieldValue">Field Value</h5>
  250. <table class="table table-bordered table-striped table-condensed">
  251. <thead>
  252. <tr>
  253. <th>Type</th>
  254. <th>Description</th>
  255. </tr>
  256. </thead>
  257. <tbody>
  258. <tr>
  259. <td><span class="xref">System.Int32</span></td>
  260. <td></td>
  261. </tr>
  262. </tbody>
  263. </table>
  264. <h4 id="Terminal_Gui_CursorVisibility_Vertical" data-uid="Terminal.Gui.CursorVisibility.Vertical">Vertical</h4>
  265. <div class="markdown level1 summary">
  266. Cursor caret is displayed a blinking vertical bar |
  267. </div>
  268. <div class="markdown level1 conceptual"></div>
  269. <h5 class="decalaration">Declaration</h5>
  270. <div class="codewrapper">
  271. <pre><code class="lang-csharp hljs">public const CursorVisibility Vertical</code></pre>
  272. </div>
  273. <h5 class="fieldValue">Field Value</h5>
  274. <table class="table table-bordered table-striped table-condensed">
  275. <thead>
  276. <tr>
  277. <th>Type</th>
  278. <th>Description</th>
  279. </tr>
  280. </thead>
  281. <tbody>
  282. <tr>
  283. <td><a class="xref" href="Terminal.Gui.CursorVisibility.html">CursorVisibility</a></td>
  284. <td></td>
  285. </tr>
  286. </tbody>
  287. </table>
  288. <h5 id="Terminal_Gui_CursorVisibility_Vertical_remarks">Remarks</h5>
  289. <div class="markdown level1 remarks">Works under Xterm-like terminal otherwise this is equivalent to <see ref="Underscore"></see></div>
  290. <h4 id="Terminal_Gui_CursorVisibility_VerticalFix" data-uid="Terminal.Gui.CursorVisibility.VerticalFix">VerticalFix</h4>
  291. <div class="markdown level1 summary">
  292. Cursor caret is displayed a blinking vertical bar |
  293. </div>
  294. <div class="markdown level1 conceptual"></div>
  295. <h5 class="decalaration">Declaration</h5>
  296. <div class="codewrapper">
  297. <pre><code class="lang-csharp hljs">public const CursorVisibility VerticalFix</code></pre>
  298. </div>
  299. <h5 class="fieldValue">Field Value</h5>
  300. <table class="table table-bordered table-striped table-condensed">
  301. <thead>
  302. <tr>
  303. <th>Type</th>
  304. <th>Description</th>
  305. </tr>
  306. </thead>
  307. <tbody>
  308. <tr>
  309. <td><a class="xref" href="Terminal.Gui.CursorVisibility.html">CursorVisibility</a></td>
  310. <td></td>
  311. </tr>
  312. </tbody>
  313. </table>
  314. <h5 id="Terminal_Gui_CursorVisibility_VerticalFix_remarks">Remarks</h5>
  315. <div class="markdown level1 remarks">Works under Xterm-like terminal otherwise this is equivalent to <see ref="Underscore"></see></div>
  316. </article>
  317. </div>
  318. <div class="hidden-sm col-md-2" role="complementary">
  319. <div class="sideaffix">
  320. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  321. <h5>In This Article</h5>
  322. <div></div>
  323. </nav>
  324. </div>
  325. </div>
  326. </div>
  327. </div>
  328. <footer>
  329. <div class="grad-bottom"></div>
  330. <div class="footer">
  331. <div class="container">
  332. <span class="pull-right">
  333. <a href="#top">Back to top</a>
  334. </span>
  335. <span>Generated by <strong>DocFX</strong></span>
  336. </div>
  337. </div>
  338. </footer>
  339. </div>
  340. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  341. <script type="text/javascript" src="../../styles/docfx.js"></script>
  342. <script type="text/javascript" src="../../styles/main.js"></script>
  343. </body>
  344. </html>