Terminal.Gui.MessageBox.html 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993
  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 MessageBox
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class MessageBox
  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.MessageBox">
  73. <h1 id="Terminal_Gui_MessageBox" data-uid="Terminal.Gui.MessageBox" class="text-break">Class MessageBox
  74. </h1>
  75. <div class="markdown level0 summary">
  76. MessageBox displays a modal message to the user, with a title, a message and a series of options that the user can choose from.
  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">MessageBox</span></div>
  83. </div>
  84. <div class="inheritedMembers">
  85. <h5>Inherited Members</h5>
  86. <div>
  87. <span class="xref">System.Object.Equals(System.Object)</span>
  88. </div>
  89. <div>
  90. <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
  91. </div>
  92. <div>
  93. <span class="xref">System.Object.GetHashCode()</span>
  94. </div>
  95. <div>
  96. <span class="xref">System.Object.GetType()</span>
  97. </div>
  98. <div>
  99. <span class="xref">System.Object.MemberwiseClone()</span>
  100. </div>
  101. <div>
  102. <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
  103. </div>
  104. <div>
  105. <span class="xref">System.Object.ToString()</span>
  106. </div>
  107. </div>
  108. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
  109. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  110. <h5 id="Terminal_Gui_MessageBox_syntax">Syntax</h5>
  111. <div class="codewrapper">
  112. <pre><code class="lang-csharp hljs">public static class MessageBox</code></pre>
  113. </div>
  114. <h5 id="Terminal_Gui_MessageBox_examples"><strong>Examples</strong></h5>
  115. <pre><code>var n = MessageBox.Query (&quot;Quit Demo&quot;, &quot;Are you sure you want to quit this demo?&quot;, &quot;Yes&quot;, &quot;No&quot;);
  116. if (n == 0)
  117. quit = true;
  118. else
  119. quit = false;</code></pre>
  120. <h3 id="properties">Properties
  121. </h3>
  122. <a id="Terminal_Gui_MessageBox_Clicked_" data-uid="Terminal.Gui.MessageBox.Clicked*"></a>
  123. <h4 id="Terminal_Gui_MessageBox_Clicked" data-uid="Terminal.Gui.MessageBox.Clicked">Clicked</h4>
  124. <div class="markdown level1 summary">
  125. The index of the selected button, or -1 if the user pressed ESC to close the dialog.
  126. This is useful for web based console where by default there is no SynchronizationContext or TaskScheduler.
  127. </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 int Clicked { get; }</code></pre>
  132. </div>
  133. <h5 class="propertyValue">Property 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><span class="xref">System.Int32</span></td>
  144. <td></td>
  145. </tr>
  146. </tbody>
  147. </table>
  148. <h3 id="methods">Methods
  149. </h3>
  150. <a id="Terminal_Gui_MessageBox_ErrorQuery_" data-uid="Terminal.Gui.MessageBox.ErrorQuery*"></a>
  151. <h4 id="Terminal_Gui_MessageBox_ErrorQuery_NStack_ustring_NStack_ustring_NStack_ustring___" data-uid="Terminal.Gui.MessageBox.ErrorQuery(NStack.ustring,NStack.ustring,NStack.ustring[])">ErrorQuery(ustring, ustring, ustring[])</h4>
  152. <div class="markdown level1 summary">
  153. Presents an error <a class="xref" href="Terminal.Gui.MessageBox.html">MessageBox</a> with the specified title and message and a list of buttons to show to the user.
  154. </div>
  155. <div class="markdown level1 conceptual"></div>
  156. <h5 class="decalaration">Declaration</h5>
  157. <div class="codewrapper">
  158. <pre><code class="lang-csharp hljs">public static int ErrorQuery(ustring title, ustring message, params ustring[] buttons)</code></pre>
  159. </div>
  160. <h5 class="parameters">Parameters</h5>
  161. <table class="table table-bordered table-striped table-condensed">
  162. <thead>
  163. <tr>
  164. <th>Type</th>
  165. <th>Name</th>
  166. <th>Description</th>
  167. </tr>
  168. </thead>
  169. <tbody>
  170. <tr>
  171. <td><span class="xref">NStack.ustring</span></td>
  172. <td><span class="parametername">title</span></td>
  173. <td>Title for the query.</td>
  174. </tr>
  175. <tr>
  176. <td><span class="xref">NStack.ustring</span></td>
  177. <td><span class="parametername">message</span></td>
  178. <td>Message to display, might contain multiple lines.</td>
  179. </tr>
  180. <tr>
  181. <td><span class="xref">NStack.ustring</span>[]</td>
  182. <td><span class="parametername">buttons</span></td>
  183. <td>Array of buttons to add.</td>
  184. </tr>
  185. </tbody>
  186. </table>
  187. <h5 class="returns">Returns</h5>
  188. <table class="table table-bordered table-striped table-condensed">
  189. <thead>
  190. <tr>
  191. <th>Type</th>
  192. <th>Description</th>
  193. </tr>
  194. </thead>
  195. <tbody>
  196. <tr>
  197. <td><span class="xref">System.Int32</span></td>
  198. <td>The index of the selected button, or -1 if the user pressed ESC to close the dialog.</td>
  199. </tr>
  200. </tbody>
  201. </table>
  202. <h5 id="Terminal_Gui_MessageBox_ErrorQuery_NStack_ustring_NStack_ustring_NStack_ustring____remarks">Remarks</h5>
  203. <div class="markdown level1 remarks">
  204. The message box will be vertically and horizontally centered in the container and the size will be automatically determined
  205. from the size of the title, message. and buttons.
  206. </div>
  207. <a id="Terminal_Gui_MessageBox_ErrorQuery_" data-uid="Terminal.Gui.MessageBox.ErrorQuery*"></a>
  208. <h4 id="Terminal_Gui_MessageBox_ErrorQuery_NStack_ustring_NStack_ustring_System_Int32_NStack_ustring___" data-uid="Terminal.Gui.MessageBox.ErrorQuery(NStack.ustring,NStack.ustring,System.Int32,NStack.ustring[])">ErrorQuery(ustring, ustring, Int32, ustring[])</h4>
  209. <div class="markdown level1 summary">
  210. Presents an error <a class="xref" href="Terminal.Gui.MessageBox.html">MessageBox</a> with the specified title and message and a list of buttons to show to the user.
  211. </div>
  212. <div class="markdown level1 conceptual"></div>
  213. <h5 class="decalaration">Declaration</h5>
  214. <div class="codewrapper">
  215. <pre><code class="lang-csharp hljs">public static int ErrorQuery(ustring title, ustring message, int defaultButton = 0, params ustring[] buttons)</code></pre>
  216. </div>
  217. <h5 class="parameters">Parameters</h5>
  218. <table class="table table-bordered table-striped table-condensed">
  219. <thead>
  220. <tr>
  221. <th>Type</th>
  222. <th>Name</th>
  223. <th>Description</th>
  224. </tr>
  225. </thead>
  226. <tbody>
  227. <tr>
  228. <td><span class="xref">NStack.ustring</span></td>
  229. <td><span class="parametername">title</span></td>
  230. <td>Title for the query.</td>
  231. </tr>
  232. <tr>
  233. <td><span class="xref">NStack.ustring</span></td>
  234. <td><span class="parametername">message</span></td>
  235. <td>Message to display, might contain multiple lines.</td>
  236. </tr>
  237. <tr>
  238. <td><span class="xref">System.Int32</span></td>
  239. <td><span class="parametername">defaultButton</span></td>
  240. <td>Index of the default button.</td>
  241. </tr>
  242. <tr>
  243. <td><span class="xref">NStack.ustring</span>[]</td>
  244. <td><span class="parametername">buttons</span></td>
  245. <td>Array of buttons to add.</td>
  246. </tr>
  247. </tbody>
  248. </table>
  249. <h5 class="returns">Returns</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>The index of the selected button, or -1 if the user pressed ESC to close the dialog.</td>
  261. </tr>
  262. </tbody>
  263. </table>
  264. <h5 id="Terminal_Gui_MessageBox_ErrorQuery_NStack_ustring_NStack_ustring_System_Int32_NStack_ustring____remarks">Remarks</h5>
  265. <div class="markdown level1 remarks">
  266. The message box will be vertically and horizontally centered in the container and the size will be automatically determined
  267. from the size of the title, message. and buttons.
  268. </div>
  269. <a id="Terminal_Gui_MessageBox_ErrorQuery_" data-uid="Terminal.Gui.MessageBox.ErrorQuery*"></a>
  270. <h4 id="Terminal_Gui_MessageBox_ErrorQuery_NStack_ustring_NStack_ustring_System_Int32_Terminal_Gui_Border_NStack_ustring___" data-uid="Terminal.Gui.MessageBox.ErrorQuery(NStack.ustring,NStack.ustring,System.Int32,Terminal.Gui.Border,NStack.ustring[])">ErrorQuery(ustring, ustring, Int32, Border, ustring[])</h4>
  271. <div class="markdown level1 summary">
  272. Presents an error <a class="xref" href="Terminal.Gui.MessageBox.html">MessageBox</a> with the specified title and message and a list of buttons to show to the user.
  273. </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 static int ErrorQuery(ustring title, ustring message, int defaultButton = 0, Border border = null, params ustring[] buttons)</code></pre>
  278. </div>
  279. <h5 class="parameters">Parameters</h5>
  280. <table class="table table-bordered table-striped table-condensed">
  281. <thead>
  282. <tr>
  283. <th>Type</th>
  284. <th>Name</th>
  285. <th>Description</th>
  286. </tr>
  287. </thead>
  288. <tbody>
  289. <tr>
  290. <td><span class="xref">NStack.ustring</span></td>
  291. <td><span class="parametername">title</span></td>
  292. <td>Title for the query.</td>
  293. </tr>
  294. <tr>
  295. <td><span class="xref">NStack.ustring</span></td>
  296. <td><span class="parametername">message</span></td>
  297. <td>Message to display, might contain multiple lines.</td>
  298. </tr>
  299. <tr>
  300. <td><span class="xref">System.Int32</span></td>
  301. <td><span class="parametername">defaultButton</span></td>
  302. <td>Index of the default button.</td>
  303. </tr>
  304. <tr>
  305. <td><a class="xref" href="Terminal.Gui.Border.html">Border</a></td>
  306. <td><span class="parametername">border</span></td>
  307. <td>The border settings.</td>
  308. </tr>
  309. <tr>
  310. <td><span class="xref">NStack.ustring</span>[]</td>
  311. <td><span class="parametername">buttons</span></td>
  312. <td>Array of buttons to add.</td>
  313. </tr>
  314. </tbody>
  315. </table>
  316. <h5 class="returns">Returns</h5>
  317. <table class="table table-bordered table-striped table-condensed">
  318. <thead>
  319. <tr>
  320. <th>Type</th>
  321. <th>Description</th>
  322. </tr>
  323. </thead>
  324. <tbody>
  325. <tr>
  326. <td><span class="xref">System.Int32</span></td>
  327. <td>The index of the selected button, or -1 if the user pressed ESC to close the dialog.</td>
  328. </tr>
  329. </tbody>
  330. </table>
  331. <h5 id="Terminal_Gui_MessageBox_ErrorQuery_NStack_ustring_NStack_ustring_System_Int32_Terminal_Gui_Border_NStack_ustring____remarks">Remarks</h5>
  332. <div class="markdown level1 remarks">
  333. The message box will be vertically and horizontally centered in the container and the size will be automatically determined
  334. from the size of the title, message. and buttons.
  335. </div>
  336. <a id="Terminal_Gui_MessageBox_ErrorQuery_" data-uid="Terminal.Gui.MessageBox.ErrorQuery*"></a>
  337. <h4 id="Terminal_Gui_MessageBox_ErrorQuery_System_Int32_System_Int32_NStack_ustring_NStack_ustring_NStack_ustring___" data-uid="Terminal.Gui.MessageBox.ErrorQuery(System.Int32,System.Int32,NStack.ustring,NStack.ustring,NStack.ustring[])">ErrorQuery(Int32, Int32, ustring, ustring, ustring[])</h4>
  338. <div class="markdown level1 summary">
  339. Presents an error <a class="xref" href="Terminal.Gui.MessageBox.html">MessageBox</a> with the specified title and message and a list of buttons to show to the user.
  340. </div>
  341. <div class="markdown level1 conceptual"></div>
  342. <h5 class="decalaration">Declaration</h5>
  343. <div class="codewrapper">
  344. <pre><code class="lang-csharp hljs">public static int ErrorQuery(int width, int height, ustring title, ustring message, params ustring[] buttons)</code></pre>
  345. </div>
  346. <h5 class="parameters">Parameters</h5>
  347. <table class="table table-bordered table-striped table-condensed">
  348. <thead>
  349. <tr>
  350. <th>Type</th>
  351. <th>Name</th>
  352. <th>Description</th>
  353. </tr>
  354. </thead>
  355. <tbody>
  356. <tr>
  357. <td><span class="xref">System.Int32</span></td>
  358. <td><span class="parametername">width</span></td>
  359. <td>Width for the window.</td>
  360. </tr>
  361. <tr>
  362. <td><span class="xref">System.Int32</span></td>
  363. <td><span class="parametername">height</span></td>
  364. <td>Height for the window.</td>
  365. </tr>
  366. <tr>
  367. <td><span class="xref">NStack.ustring</span></td>
  368. <td><span class="parametername">title</span></td>
  369. <td>Title for the query.</td>
  370. </tr>
  371. <tr>
  372. <td><span class="xref">NStack.ustring</span></td>
  373. <td><span class="parametername">message</span></td>
  374. <td>Message to display, might contain multiple lines.</td>
  375. </tr>
  376. <tr>
  377. <td><span class="xref">NStack.ustring</span>[]</td>
  378. <td><span class="parametername">buttons</span></td>
  379. <td>Array of buttons to add.</td>
  380. </tr>
  381. </tbody>
  382. </table>
  383. <h5 class="returns">Returns</h5>
  384. <table class="table table-bordered table-striped table-condensed">
  385. <thead>
  386. <tr>
  387. <th>Type</th>
  388. <th>Description</th>
  389. </tr>
  390. </thead>
  391. <tbody>
  392. <tr>
  393. <td><span class="xref">System.Int32</span></td>
  394. <td>The index of the selected button, or -1 if the user pressed ESC to close the dialog.</td>
  395. </tr>
  396. </tbody>
  397. </table>
  398. <h5 id="Terminal_Gui_MessageBox_ErrorQuery_System_Int32_System_Int32_NStack_ustring_NStack_ustring_NStack_ustring____remarks">Remarks</h5>
  399. <div class="markdown level1 remarks">
  400. Use <a class="xref" href="Terminal.Gui.MessageBox.html#Terminal_Gui_MessageBox_ErrorQuery_NStack_ustring_NStack_ustring_NStack_ustring___">ErrorQuery(ustring, ustring, ustring[])</a> instead; it automatically sizes the MessageBox based on the contents.
  401. </div>
  402. <a id="Terminal_Gui_MessageBox_ErrorQuery_" data-uid="Terminal.Gui.MessageBox.ErrorQuery*"></a>
  403. <h4 id="Terminal_Gui_MessageBox_ErrorQuery_System_Int32_System_Int32_NStack_ustring_NStack_ustring_System_Int32_NStack_ustring___" data-uid="Terminal.Gui.MessageBox.ErrorQuery(System.Int32,System.Int32,NStack.ustring,NStack.ustring,System.Int32,NStack.ustring[])">ErrorQuery(Int32, Int32, ustring, ustring, Int32, ustring[])</h4>
  404. <div class="markdown level1 summary">
  405. Presents an error <a class="xref" href="Terminal.Gui.MessageBox.html">MessageBox</a> with the specified title and message and a list of buttons to show to the user.
  406. </div>
  407. <div class="markdown level1 conceptual"></div>
  408. <h5 class="decalaration">Declaration</h5>
  409. <div class="codewrapper">
  410. <pre><code class="lang-csharp hljs">public static int ErrorQuery(int width, int height, ustring title, ustring message, int defaultButton = 0, params ustring[] buttons)</code></pre>
  411. </div>
  412. <h5 class="parameters">Parameters</h5>
  413. <table class="table table-bordered table-striped table-condensed">
  414. <thead>
  415. <tr>
  416. <th>Type</th>
  417. <th>Name</th>
  418. <th>Description</th>
  419. </tr>
  420. </thead>
  421. <tbody>
  422. <tr>
  423. <td><span class="xref">System.Int32</span></td>
  424. <td><span class="parametername">width</span></td>
  425. <td>Width for the window.</td>
  426. </tr>
  427. <tr>
  428. <td><span class="xref">System.Int32</span></td>
  429. <td><span class="parametername">height</span></td>
  430. <td>Height for the window.</td>
  431. </tr>
  432. <tr>
  433. <td><span class="xref">NStack.ustring</span></td>
  434. <td><span class="parametername">title</span></td>
  435. <td>Title for the query.</td>
  436. </tr>
  437. <tr>
  438. <td><span class="xref">NStack.ustring</span></td>
  439. <td><span class="parametername">message</span></td>
  440. <td>Message to display, might contain multiple lines.</td>
  441. </tr>
  442. <tr>
  443. <td><span class="xref">System.Int32</span></td>
  444. <td><span class="parametername">defaultButton</span></td>
  445. <td>Index of the default button.</td>
  446. </tr>
  447. <tr>
  448. <td><span class="xref">NStack.ustring</span>[]</td>
  449. <td><span class="parametername">buttons</span></td>
  450. <td>Array of buttons to add.</td>
  451. </tr>
  452. </tbody>
  453. </table>
  454. <h5 class="returns">Returns</h5>
  455. <table class="table table-bordered table-striped table-condensed">
  456. <thead>
  457. <tr>
  458. <th>Type</th>
  459. <th>Description</th>
  460. </tr>
  461. </thead>
  462. <tbody>
  463. <tr>
  464. <td><span class="xref">System.Int32</span></td>
  465. <td>The index of the selected button, or -1 if the user pressed ESC to close the dialog.</td>
  466. </tr>
  467. </tbody>
  468. </table>
  469. <h5 id="Terminal_Gui_MessageBox_ErrorQuery_System_Int32_System_Int32_NStack_ustring_NStack_ustring_System_Int32_NStack_ustring____remarks">Remarks</h5>
  470. <div class="markdown level1 remarks">
  471. Use <a class="xref" href="Terminal.Gui.MessageBox.html#Terminal_Gui_MessageBox_ErrorQuery_NStack_ustring_NStack_ustring_NStack_ustring___">ErrorQuery(ustring, ustring, ustring[])</a> instead; it automatically sizes the MessageBox based on the contents.
  472. </div>
  473. <a id="Terminal_Gui_MessageBox_ErrorQuery_" data-uid="Terminal.Gui.MessageBox.ErrorQuery*"></a>
  474. <h4 id="Terminal_Gui_MessageBox_ErrorQuery_System_Int32_System_Int32_NStack_ustring_NStack_ustring_System_Int32_Terminal_Gui_Border_NStack_ustring___" data-uid="Terminal.Gui.MessageBox.ErrorQuery(System.Int32,System.Int32,NStack.ustring,NStack.ustring,System.Int32,Terminal.Gui.Border,NStack.ustring[])">ErrorQuery(Int32, Int32, ustring, ustring, Int32, Border, ustring[])</h4>
  475. <div class="markdown level1 summary">
  476. Presents an error <a class="xref" href="Terminal.Gui.MessageBox.html">MessageBox</a> with the specified title and message and a list of buttons to show to the user.
  477. </div>
  478. <div class="markdown level1 conceptual"></div>
  479. <h5 class="decalaration">Declaration</h5>
  480. <div class="codewrapper">
  481. <pre><code class="lang-csharp hljs">public static int ErrorQuery(int width, int height, ustring title, ustring message, int defaultButton = 0, Border border = null, params ustring[] buttons)</code></pre>
  482. </div>
  483. <h5 class="parameters">Parameters</h5>
  484. <table class="table table-bordered table-striped table-condensed">
  485. <thead>
  486. <tr>
  487. <th>Type</th>
  488. <th>Name</th>
  489. <th>Description</th>
  490. </tr>
  491. </thead>
  492. <tbody>
  493. <tr>
  494. <td><span class="xref">System.Int32</span></td>
  495. <td><span class="parametername">width</span></td>
  496. <td>Width for the window.</td>
  497. </tr>
  498. <tr>
  499. <td><span class="xref">System.Int32</span></td>
  500. <td><span class="parametername">height</span></td>
  501. <td>Height for the window.</td>
  502. </tr>
  503. <tr>
  504. <td><span class="xref">NStack.ustring</span></td>
  505. <td><span class="parametername">title</span></td>
  506. <td>Title for the query.</td>
  507. </tr>
  508. <tr>
  509. <td><span class="xref">NStack.ustring</span></td>
  510. <td><span class="parametername">message</span></td>
  511. <td>Message to display, might contain multiple lines.</td>
  512. </tr>
  513. <tr>
  514. <td><span class="xref">System.Int32</span></td>
  515. <td><span class="parametername">defaultButton</span></td>
  516. <td>Index of the default button.</td>
  517. </tr>
  518. <tr>
  519. <td><a class="xref" href="Terminal.Gui.Border.html">Border</a></td>
  520. <td><span class="parametername">border</span></td>
  521. <td>The border settings.</td>
  522. </tr>
  523. <tr>
  524. <td><span class="xref">NStack.ustring</span>[]</td>
  525. <td><span class="parametername">buttons</span></td>
  526. <td>Array of buttons to add.</td>
  527. </tr>
  528. </tbody>
  529. </table>
  530. <h5 class="returns">Returns</h5>
  531. <table class="table table-bordered table-striped table-condensed">
  532. <thead>
  533. <tr>
  534. <th>Type</th>
  535. <th>Description</th>
  536. </tr>
  537. </thead>
  538. <tbody>
  539. <tr>
  540. <td><span class="xref">System.Int32</span></td>
  541. <td>The index of the selected button, or -1 if the user pressed ESC to close the dialog.</td>
  542. </tr>
  543. </tbody>
  544. </table>
  545. <h5 id="Terminal_Gui_MessageBox_ErrorQuery_System_Int32_System_Int32_NStack_ustring_NStack_ustring_System_Int32_Terminal_Gui_Border_NStack_ustring____remarks">Remarks</h5>
  546. <div class="markdown level1 remarks">
  547. Use <a class="xref" href="Terminal.Gui.MessageBox.html#Terminal_Gui_MessageBox_ErrorQuery_NStack_ustring_NStack_ustring_NStack_ustring___">ErrorQuery(ustring, ustring, ustring[])</a> instead; it automatically sizes the MessageBox based on the contents.
  548. </div>
  549. <a id="Terminal_Gui_MessageBox_Query_" data-uid="Terminal.Gui.MessageBox.Query*"></a>
  550. <h4 id="Terminal_Gui_MessageBox_Query_NStack_ustring_NStack_ustring_NStack_ustring___" data-uid="Terminal.Gui.MessageBox.Query(NStack.ustring,NStack.ustring,NStack.ustring[])">Query(ustring, ustring, ustring[])</h4>
  551. <div class="markdown level1 summary">
  552. Presents an error <a class="xref" href="Terminal.Gui.MessageBox.html">MessageBox</a> with the specified title and message and a list of buttons to show to the user.
  553. </div>
  554. <div class="markdown level1 conceptual"></div>
  555. <h5 class="decalaration">Declaration</h5>
  556. <div class="codewrapper">
  557. <pre><code class="lang-csharp hljs">public static int Query(ustring title, ustring message, params ustring[] buttons)</code></pre>
  558. </div>
  559. <h5 class="parameters">Parameters</h5>
  560. <table class="table table-bordered table-striped table-condensed">
  561. <thead>
  562. <tr>
  563. <th>Type</th>
  564. <th>Name</th>
  565. <th>Description</th>
  566. </tr>
  567. </thead>
  568. <tbody>
  569. <tr>
  570. <td><span class="xref">NStack.ustring</span></td>
  571. <td><span class="parametername">title</span></td>
  572. <td>Title for the query.</td>
  573. </tr>
  574. <tr>
  575. <td><span class="xref">NStack.ustring</span></td>
  576. <td><span class="parametername">message</span></td>
  577. <td>Message to display, might contain multiple lines.</td>
  578. </tr>
  579. <tr>
  580. <td><span class="xref">NStack.ustring</span>[]</td>
  581. <td><span class="parametername">buttons</span></td>
  582. <td>Array of buttons to add.</td>
  583. </tr>
  584. </tbody>
  585. </table>
  586. <h5 class="returns">Returns</h5>
  587. <table class="table table-bordered table-striped table-condensed">
  588. <thead>
  589. <tr>
  590. <th>Type</th>
  591. <th>Description</th>
  592. </tr>
  593. </thead>
  594. <tbody>
  595. <tr>
  596. <td><span class="xref">System.Int32</span></td>
  597. <td>The index of the selected button, or -1 if the user pressed ESC to close the dialog.</td>
  598. </tr>
  599. </tbody>
  600. </table>
  601. <h5 id="Terminal_Gui_MessageBox_Query_NStack_ustring_NStack_ustring_NStack_ustring____remarks">Remarks</h5>
  602. <div class="markdown level1 remarks">
  603. The message box will be vertically and horizontally centered in the container and the size will be automatically determined
  604. from the size of the message and buttons.
  605. </div>
  606. <a id="Terminal_Gui_MessageBox_Query_" data-uid="Terminal.Gui.MessageBox.Query*"></a>
  607. <h4 id="Terminal_Gui_MessageBox_Query_NStack_ustring_NStack_ustring_System_Int32_NStack_ustring___" data-uid="Terminal.Gui.MessageBox.Query(NStack.ustring,NStack.ustring,System.Int32,NStack.ustring[])">Query(ustring, ustring, Int32, ustring[])</h4>
  608. <div class="markdown level1 summary">
  609. Presents an error <a class="xref" href="Terminal.Gui.MessageBox.html">MessageBox</a> with the specified title and message and a list of buttons to show to the user.
  610. </div>
  611. <div class="markdown level1 conceptual"></div>
  612. <h5 class="decalaration">Declaration</h5>
  613. <div class="codewrapper">
  614. <pre><code class="lang-csharp hljs">public static int Query(ustring title, ustring message, int defaultButton = 0, params ustring[] buttons)</code></pre>
  615. </div>
  616. <h5 class="parameters">Parameters</h5>
  617. <table class="table table-bordered table-striped table-condensed">
  618. <thead>
  619. <tr>
  620. <th>Type</th>
  621. <th>Name</th>
  622. <th>Description</th>
  623. </tr>
  624. </thead>
  625. <tbody>
  626. <tr>
  627. <td><span class="xref">NStack.ustring</span></td>
  628. <td><span class="parametername">title</span></td>
  629. <td>Title for the query.</td>
  630. </tr>
  631. <tr>
  632. <td><span class="xref">NStack.ustring</span></td>
  633. <td><span class="parametername">message</span></td>
  634. <td>Message to display, might contain multiple lines.</td>
  635. </tr>
  636. <tr>
  637. <td><span class="xref">System.Int32</span></td>
  638. <td><span class="parametername">defaultButton</span></td>
  639. <td>Index of the default button.</td>
  640. </tr>
  641. <tr>
  642. <td><span class="xref">NStack.ustring</span>[]</td>
  643. <td><span class="parametername">buttons</span></td>
  644. <td>Array of buttons to add.</td>
  645. </tr>
  646. </tbody>
  647. </table>
  648. <h5 class="returns">Returns</h5>
  649. <table class="table table-bordered table-striped table-condensed">
  650. <thead>
  651. <tr>
  652. <th>Type</th>
  653. <th>Description</th>
  654. </tr>
  655. </thead>
  656. <tbody>
  657. <tr>
  658. <td><span class="xref">System.Int32</span></td>
  659. <td>The index of the selected button, or -1 if the user pressed ESC to close the dialog.</td>
  660. </tr>
  661. </tbody>
  662. </table>
  663. <h5 id="Terminal_Gui_MessageBox_Query_NStack_ustring_NStack_ustring_System_Int32_NStack_ustring____remarks">Remarks</h5>
  664. <div class="markdown level1 remarks">
  665. The message box will be vertically and horizontally centered in the container and the size will be automatically determined
  666. from the size of the message and buttons.
  667. </div>
  668. <a id="Terminal_Gui_MessageBox_Query_" data-uid="Terminal.Gui.MessageBox.Query*"></a>
  669. <h4 id="Terminal_Gui_MessageBox_Query_NStack_ustring_NStack_ustring_System_Int32_Terminal_Gui_Border_NStack_ustring___" data-uid="Terminal.Gui.MessageBox.Query(NStack.ustring,NStack.ustring,System.Int32,Terminal.Gui.Border,NStack.ustring[])">Query(ustring, ustring, Int32, Border, ustring[])</h4>
  670. <div class="markdown level1 summary">
  671. Presents an error <a class="xref" href="Terminal.Gui.MessageBox.html">MessageBox</a> with the specified title and message and a list of buttons to show to the user.
  672. </div>
  673. <div class="markdown level1 conceptual"></div>
  674. <h5 class="decalaration">Declaration</h5>
  675. <div class="codewrapper">
  676. <pre><code class="lang-csharp hljs">public static int Query(ustring title, ustring message, int defaultButton = 0, Border border = null, params ustring[] buttons)</code></pre>
  677. </div>
  678. <h5 class="parameters">Parameters</h5>
  679. <table class="table table-bordered table-striped table-condensed">
  680. <thead>
  681. <tr>
  682. <th>Type</th>
  683. <th>Name</th>
  684. <th>Description</th>
  685. </tr>
  686. </thead>
  687. <tbody>
  688. <tr>
  689. <td><span class="xref">NStack.ustring</span></td>
  690. <td><span class="parametername">title</span></td>
  691. <td>Title for the query.</td>
  692. </tr>
  693. <tr>
  694. <td><span class="xref">NStack.ustring</span></td>
  695. <td><span class="parametername">message</span></td>
  696. <td>Message to display, might contain multiple lines.</td>
  697. </tr>
  698. <tr>
  699. <td><span class="xref">System.Int32</span></td>
  700. <td><span class="parametername">defaultButton</span></td>
  701. <td>Index of the default button.</td>
  702. </tr>
  703. <tr>
  704. <td><a class="xref" href="Terminal.Gui.Border.html">Border</a></td>
  705. <td><span class="parametername">border</span></td>
  706. <td>The border settings.</td>
  707. </tr>
  708. <tr>
  709. <td><span class="xref">NStack.ustring</span>[]</td>
  710. <td><span class="parametername">buttons</span></td>
  711. <td>Array of buttons to add.</td>
  712. </tr>
  713. </tbody>
  714. </table>
  715. <h5 class="returns">Returns</h5>
  716. <table class="table table-bordered table-striped table-condensed">
  717. <thead>
  718. <tr>
  719. <th>Type</th>
  720. <th>Description</th>
  721. </tr>
  722. </thead>
  723. <tbody>
  724. <tr>
  725. <td><span class="xref">System.Int32</span></td>
  726. <td>The index of the selected button, or -1 if the user pressed ESC to close the dialog.</td>
  727. </tr>
  728. </tbody>
  729. </table>
  730. <h5 id="Terminal_Gui_MessageBox_Query_NStack_ustring_NStack_ustring_System_Int32_Terminal_Gui_Border_NStack_ustring____remarks">Remarks</h5>
  731. <div class="markdown level1 remarks">
  732. The message box will be vertically and horizontally centered in the container and the size will be automatically determined
  733. from the size of the message and buttons.
  734. </div>
  735. <a id="Terminal_Gui_MessageBox_Query_" data-uid="Terminal.Gui.MessageBox.Query*"></a>
  736. <h4 id="Terminal_Gui_MessageBox_Query_System_Int32_System_Int32_NStack_ustring_NStack_ustring_NStack_ustring___" data-uid="Terminal.Gui.MessageBox.Query(System.Int32,System.Int32,NStack.ustring,NStack.ustring,NStack.ustring[])">Query(Int32, Int32, ustring, ustring, ustring[])</h4>
  737. <div class="markdown level1 summary">
  738. Presents a normal <a class="xref" href="Terminal.Gui.MessageBox.html">MessageBox</a> with the specified title and message and a list of buttons to show to the user.
  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 static int Query(int width, int height, ustring title, ustring message, params ustring[] buttons)</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">width</span></td>
  758. <td>Width for the window.</td>
  759. </tr>
  760. <tr>
  761. <td><span class="xref">System.Int32</span></td>
  762. <td><span class="parametername">height</span></td>
  763. <td>Height for the window.</td>
  764. </tr>
  765. <tr>
  766. <td><span class="xref">NStack.ustring</span></td>
  767. <td><span class="parametername">title</span></td>
  768. <td>Title for the query.</td>
  769. </tr>
  770. <tr>
  771. <td><span class="xref">NStack.ustring</span></td>
  772. <td><span class="parametername">message</span></td>
  773. <td>Message to display, might contain multiple lines.</td>
  774. </tr>
  775. <tr>
  776. <td><span class="xref">NStack.ustring</span>[]</td>
  777. <td><span class="parametername">buttons</span></td>
  778. <td>Array of buttons to add.</td>
  779. </tr>
  780. </tbody>
  781. </table>
  782. <h5 class="returns">Returns</h5>
  783. <table class="table table-bordered table-striped table-condensed">
  784. <thead>
  785. <tr>
  786. <th>Type</th>
  787. <th>Description</th>
  788. </tr>
  789. </thead>
  790. <tbody>
  791. <tr>
  792. <td><span class="xref">System.Int32</span></td>
  793. <td>The index of the selected button, or -1 if the user pressed ESC to close the dialog.</td>
  794. </tr>
  795. </tbody>
  796. </table>
  797. <h5 id="Terminal_Gui_MessageBox_Query_System_Int32_System_Int32_NStack_ustring_NStack_ustring_NStack_ustring____remarks">Remarks</h5>
  798. <div class="markdown level1 remarks">
  799. Use <a class="xref" href="Terminal.Gui.MessageBox.html#Terminal_Gui_MessageBox_Query_NStack_ustring_NStack_ustring_NStack_ustring___">Query(ustring, ustring, ustring[])</a> instead; it automatically sizes the MessageBox based on the contents.
  800. </div>
  801. <a id="Terminal_Gui_MessageBox_Query_" data-uid="Terminal.Gui.MessageBox.Query*"></a>
  802. <h4 id="Terminal_Gui_MessageBox_Query_System_Int32_System_Int32_NStack_ustring_NStack_ustring_System_Int32_NStack_ustring___" data-uid="Terminal.Gui.MessageBox.Query(System.Int32,System.Int32,NStack.ustring,NStack.ustring,System.Int32,NStack.ustring[])">Query(Int32, Int32, ustring, ustring, Int32, ustring[])</h4>
  803. <div class="markdown level1 summary">
  804. Presents a normal <a class="xref" href="Terminal.Gui.MessageBox.html">MessageBox</a> with the specified title and message and a list of buttons to show to the user.
  805. </div>
  806. <div class="markdown level1 conceptual"></div>
  807. <h5 class="decalaration">Declaration</h5>
  808. <div class="codewrapper">
  809. <pre><code class="lang-csharp hljs">public static int Query(int width, int height, ustring title, ustring message, int defaultButton = 0, params ustring[] buttons)</code></pre>
  810. </div>
  811. <h5 class="parameters">Parameters</h5>
  812. <table class="table table-bordered table-striped table-condensed">
  813. <thead>
  814. <tr>
  815. <th>Type</th>
  816. <th>Name</th>
  817. <th>Description</th>
  818. </tr>
  819. </thead>
  820. <tbody>
  821. <tr>
  822. <td><span class="xref">System.Int32</span></td>
  823. <td><span class="parametername">width</span></td>
  824. <td>Width for the window.</td>
  825. </tr>
  826. <tr>
  827. <td><span class="xref">System.Int32</span></td>
  828. <td><span class="parametername">height</span></td>
  829. <td>Height for the window.</td>
  830. </tr>
  831. <tr>
  832. <td><span class="xref">NStack.ustring</span></td>
  833. <td><span class="parametername">title</span></td>
  834. <td>Title for the query.</td>
  835. </tr>
  836. <tr>
  837. <td><span class="xref">NStack.ustring</span></td>
  838. <td><span class="parametername">message</span></td>
  839. <td>Message to display, might contain multiple lines.</td>
  840. </tr>
  841. <tr>
  842. <td><span class="xref">System.Int32</span></td>
  843. <td><span class="parametername">defaultButton</span></td>
  844. <td>Index of the default button.</td>
  845. </tr>
  846. <tr>
  847. <td><span class="xref">NStack.ustring</span>[]</td>
  848. <td><span class="parametername">buttons</span></td>
  849. <td>Array of buttons to add.</td>
  850. </tr>
  851. </tbody>
  852. </table>
  853. <h5 class="returns">Returns</h5>
  854. <table class="table table-bordered table-striped table-condensed">
  855. <thead>
  856. <tr>
  857. <th>Type</th>
  858. <th>Description</th>
  859. </tr>
  860. </thead>
  861. <tbody>
  862. <tr>
  863. <td><span class="xref">System.Int32</span></td>
  864. <td>The index of the selected button, or -1 if the user pressed ESC to close the dialog.</td>
  865. </tr>
  866. </tbody>
  867. </table>
  868. <h5 id="Terminal_Gui_MessageBox_Query_System_Int32_System_Int32_NStack_ustring_NStack_ustring_System_Int32_NStack_ustring____remarks">Remarks</h5>
  869. <div class="markdown level1 remarks">
  870. Use <a class="xref" href="Terminal.Gui.MessageBox.html#Terminal_Gui_MessageBox_Query_NStack_ustring_NStack_ustring_NStack_ustring___">Query(ustring, ustring, ustring[])</a> instead; it automatically sizes the MessageBox based on the contents.
  871. </div>
  872. <a id="Terminal_Gui_MessageBox_Query_" data-uid="Terminal.Gui.MessageBox.Query*"></a>
  873. <h4 id="Terminal_Gui_MessageBox_Query_System_Int32_System_Int32_NStack_ustring_NStack_ustring_System_Int32_Terminal_Gui_Border_NStack_ustring___" data-uid="Terminal.Gui.MessageBox.Query(System.Int32,System.Int32,NStack.ustring,NStack.ustring,System.Int32,Terminal.Gui.Border,NStack.ustring[])">Query(Int32, Int32, ustring, ustring, Int32, Border, ustring[])</h4>
  874. <div class="markdown level1 summary">
  875. Presents a normal <a class="xref" href="Terminal.Gui.MessageBox.html">MessageBox</a> with the specified title and message and a list of buttons to show to the user.
  876. </div>
  877. <div class="markdown level1 conceptual"></div>
  878. <h5 class="decalaration">Declaration</h5>
  879. <div class="codewrapper">
  880. <pre><code class="lang-csharp hljs">public static int Query(int width, int height, ustring title, ustring message, int defaultButton = 0, Border border = null, params ustring[] buttons)</code></pre>
  881. </div>
  882. <h5 class="parameters">Parameters</h5>
  883. <table class="table table-bordered table-striped table-condensed">
  884. <thead>
  885. <tr>
  886. <th>Type</th>
  887. <th>Name</th>
  888. <th>Description</th>
  889. </tr>
  890. </thead>
  891. <tbody>
  892. <tr>
  893. <td><span class="xref">System.Int32</span></td>
  894. <td><span class="parametername">width</span></td>
  895. <td>Width for the window.</td>
  896. </tr>
  897. <tr>
  898. <td><span class="xref">System.Int32</span></td>
  899. <td><span class="parametername">height</span></td>
  900. <td>Height for the window.</td>
  901. </tr>
  902. <tr>
  903. <td><span class="xref">NStack.ustring</span></td>
  904. <td><span class="parametername">title</span></td>
  905. <td>Title for the query.</td>
  906. </tr>
  907. <tr>
  908. <td><span class="xref">NStack.ustring</span></td>
  909. <td><span class="parametername">message</span></td>
  910. <td>Message to display, might contain multiple lines.</td>
  911. </tr>
  912. <tr>
  913. <td><span class="xref">System.Int32</span></td>
  914. <td><span class="parametername">defaultButton</span></td>
  915. <td>Index of the default button.</td>
  916. </tr>
  917. <tr>
  918. <td><a class="xref" href="Terminal.Gui.Border.html">Border</a></td>
  919. <td><span class="parametername">border</span></td>
  920. <td>The border settings.</td>
  921. </tr>
  922. <tr>
  923. <td><span class="xref">NStack.ustring</span>[]</td>
  924. <td><span class="parametername">buttons</span></td>
  925. <td>Array of buttons to add.</td>
  926. </tr>
  927. </tbody>
  928. </table>
  929. <h5 class="returns">Returns</h5>
  930. <table class="table table-bordered table-striped table-condensed">
  931. <thead>
  932. <tr>
  933. <th>Type</th>
  934. <th>Description</th>
  935. </tr>
  936. </thead>
  937. <tbody>
  938. <tr>
  939. <td><span class="xref">System.Int32</span></td>
  940. <td>The index of the selected button, or -1 if the user pressed ESC to close the dialog.</td>
  941. </tr>
  942. </tbody>
  943. </table>
  944. <h5 id="Terminal_Gui_MessageBox_Query_System_Int32_System_Int32_NStack_ustring_NStack_ustring_System_Int32_Terminal_Gui_Border_NStack_ustring____remarks">Remarks</h5>
  945. <div class="markdown level1 remarks">
  946. Use <a class="xref" href="Terminal.Gui.MessageBox.html#Terminal_Gui_MessageBox_Query_NStack_ustring_NStack_ustring_NStack_ustring___">Query(ustring, ustring, ustring[])</a> instead; it automatically sizes the MessageBox based on the contents.
  947. </div>
  948. </article>
  949. </div>
  950. <div class="hidden-sm col-md-2" role="complementary">
  951. <div class="sideaffix">
  952. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  953. <h5>In This Article</h5>
  954. <div></div>
  955. </nav>
  956. </div>
  957. </div>
  958. </div>
  959. </div>
  960. <footer>
  961. <div class="grad-bottom"></div>
  962. <div class="footer">
  963. <div class="container">
  964. <span class="pull-right">
  965. <a href="#top">Back to top</a>
  966. </span>
  967. <span>Generated by <strong>DocFX</strong></span>
  968. </div>
  969. </div>
  970. </footer>
  971. </div>
  972. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  973. <script type="text/javascript" src="../../styles/docfx.js"></script>
  974. <script type="text/javascript" src="../../styles/main.js"></script>
  975. </body>
  976. </html>