Terminal.Gui.Wizard.html 80 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610
  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 Wizard
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class Wizard
  11. ">
  12. <meta name="generator" content="docfx 2.59.4.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. <link href="https://fonts.googleapis.com/css?family=Source Sans Pro" rel="stylesheet">
  18. <link href="https://fonts.googleapis.com/css?family=Source Code Pro" rel="stylesheet">
  19. <meta property="docfx:navrel" content="../../toc.html">
  20. <meta property="docfx:tocrel" content="toc.html">
  21. <meta property="docfx:rel" content="../../">
  22. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  23. <div id="wrapper">
  24. <header>
  25. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  26. <div class="container">
  27. <div class="navbar-header">
  28. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  29. <span class="sr-only">Toggle navigation</span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. </button>
  34. <a class="navbar-brand" href="../../index.html">
  35. <img id="logo" class="svg" src="../../images/logo48.png" alt="">
  36. </a>
  37. </div>
  38. <div class="collapse navbar-collapse" id="navbar">
  39. <form class="navbar-form navbar-right" role="search" id="search">
  40. <div class="form-group">
  41. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  42. </div>
  43. </form>
  44. </div>
  45. </div>
  46. </nav>
  47. <div class="subnav navbar navbar-default">
  48. <div class="container hide-when-search" id="breadcrumb">
  49. <ul class="breadcrumb">
  50. <li></li>
  51. </ul>
  52. </div>
  53. </div>
  54. </header>
  55. <div class="container body-content">
  56. <div id="search-results">
  57. <div class="search-list">Search Results for <span></span></div>
  58. <div class="sr-items">
  59. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  60. </div>
  61. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  62. </div>
  63. </div>
  64. <div role="main" class="container body-content hide-when-search">
  65. <div class="sidenav hide-when-search">
  66. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  67. <div class="sidetoggle collapse" id="sidetoggle">
  68. <div id="sidetoc"></div>
  69. </div>
  70. </div>
  71. <div class="article row grid-right">
  72. <div class="col-md-10">
  73. <article class="content wrap" id="_content" data-uid="Terminal.Gui.Wizard">
  74. <h1 id="Terminal_Gui_Wizard" data-uid="Terminal.Gui.Wizard" class="text-break">Class Wizard
  75. </h1>
  76. <div class="markdown level0 summary">
  77. Provides navigation and a user interface (UI) to collect related data across multiple steps. Each step (<a class="xref" href="Terminal.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a>) can host
  78. arbitrary <a class="xref" href="Terminal.Gui.View.html">View</a>s, much like a <a class="xref" href="Terminal.Gui.Dialog.html">Dialog</a>. Each step also has a pane for help text. Along the
  79. bottom of the Wizard view are customizable buttons enabling the user to navigate forward and backward through the Wizard.
  80. </div>
  81. <div class="markdown level0 conceptual"></div>
  82. <div class="inheritance">
  83. <h5>Inheritance</h5>
  84. <div class="level0"><span class="xref">System.Object</span></div>
  85. <div class="level1"><a class="xref" href="Terminal.Gui.Responder.html">Responder</a></div>
  86. <div class="level2"><a class="xref" href="Terminal.Gui.View.html">View</a></div>
  87. <div class="level3"><a class="xref" href="Terminal.Gui.Toplevel.html">Toplevel</a></div>
  88. <div class="level4"><a class="xref" href="Terminal.Gui.Window.html">Window</a></div>
  89. <div class="level5"><a class="xref" href="Terminal.Gui.Dialog.html">Dialog</a></div>
  90. <div class="level6"><span class="xref">Wizard</span></div>
  91. </div>
  92. <div class="implements">
  93. <h5>Implements</h5>
  94. <div><span class="xref">System.IDisposable</span></div>
  95. <div><span class="xref">System.ComponentModel.ISupportInitializeNotification</span></div>
  96. <div><span class="xref">System.ComponentModel.ISupportInitialize</span></div>
  97. </div>
  98. <h5 id="Terminal_Gui_Wizard_remarks"><strong>Remarks</strong></h5>
  99. <div class="markdown level0 remarks">
  100. The Wizard can be displayed either as a modal (pop-up) <a class="xref" href="Terminal.Gui.Window.html">Window</a> (like <a class="xref" href="Terminal.Gui.Dialog.html">Dialog</a>) or as an embedded <a class="xref" href="Terminal.Gui.View.html">View</a>.
  101. By default, <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_Modal">Modal</a> is <code>true</code>. In this case launch the Wizard with <code>Application.Run(wizard)</code>.
  102. See <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_Modal">Modal</a> for more details.
  103. </div>
  104. <h5 id="Terminal_Gui_Wizard_examples"><strong>Examples</strong></h5>
  105. <pre><code>using Terminal.Gui;
  106. using NStack;
  107. Application.Init();
  108. var wizard = new Wizard ($&quot;Setup Wizard&quot;);
  109. // Add 1st step
  110. var firstStep = new Wizard.WizardStep (&quot;End User License Agreement&quot;);
  111. wizard.AddStep(firstStep);
  112. firstStep.NextButtonText = &quot;Accept!&quot;;
  113. firstStep.HelpText = &quot;This is the End User License Agreement.&quot;;
  114. // Add 2nd step
  115. var secondStep = new Wizard.WizardStep (&quot;Second Step&quot;);
  116. wizard.AddStep(secondStep);
  117. secondStep.HelpText = &quot;This is the help text for the Second Step.&quot;;
  118. var lbl = new Label (&quot;Name:&quot;) { AutoSize = true };
  119. secondStep.Add(lbl);
  120. var name = new TextField () { X = Pos.Right (lbl) + 1, Width = Dim.Fill () - 1 };
  121. secondStep.Add(name);
  122. wizard.Finished += (args) =>
  123. {
  124. MessageBox.Query(&quot;Wizard&quot;, $&quot;Finished. The Name entered is &apos;{name.Text}&apos;&quot;, &quot;Ok&quot;);
  125. Application.RequestStop();
  126. };
  127. Application.Top.Add (wizard);
  128. Application.Run ();
  129. Application.Shutdown ();</code></pre>
  130. <div class="inheritedMembers">
  131. <h5>Inherited Members</h5>
  132. <div>
  133. <a class="xref" href="Terminal.Gui.Dialog.html#Terminal_Gui_Dialog_AddButton_Terminal_Gui_Button_">Dialog.AddButton(Button)</a>
  134. </div>
  135. <div>
  136. <a class="xref" href="Terminal.Gui.Dialog.html#Terminal_Gui_Dialog_ButtonAlignment">Dialog.ButtonAlignment</a>
  137. </div>
  138. <div>
  139. <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_Border">Window.Border</a>
  140. </div>
  141. <div>
  142. <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_Add_Terminal_Gui_View_">Window.Add(View)</a>
  143. </div>
  144. <div>
  145. <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_Remove_Terminal_Gui_View_">Window.Remove(View)</a>
  146. </div>
  147. <div>
  148. <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_RemoveAll">Window.RemoveAll()</a>
  149. </div>
  150. <div>
  151. <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_Redraw_Terminal_Gui_Rect_">Window.Redraw(Rect)</a>
  152. </div>
  153. <div>
  154. <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_OnCanFocusChanged">Window.OnCanFocusChanged()</a>
  155. </div>
  156. <div>
  157. <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_Text">Window.Text</a>
  158. </div>
  159. <div>
  160. <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_TextAlignment">Window.TextAlignment</a>
  161. </div>
  162. <div>
  163. <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_OnTitleChanging_NStack_ustring_NStack_ustring_">Window.OnTitleChanging(ustring, ustring)</a>
  164. </div>
  165. <div>
  166. <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_TitleChanging">Window.TitleChanging</a>
  167. </div>
  168. <div>
  169. <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_OnTitleChanged_NStack_ustring_NStack_ustring_">Window.OnTitleChanged(ustring, ustring)</a>
  170. </div>
  171. <div>
  172. <a class="xref" href="Terminal.Gui.Window.html#Terminal_Gui_Window_TitleChanged">Window.TitleChanged</a>
  173. </div>
  174. <div>
  175. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Running">Toplevel.Running</a>
  176. </div>
  177. <div>
  178. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Loaded">Toplevel.Loaded</a>
  179. </div>
  180. <div>
  181. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Ready">Toplevel.Ready</a>
  182. </div>
  183. <div>
  184. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Unloaded">Toplevel.Unloaded</a>
  185. </div>
  186. <div>
  187. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Activate">Toplevel.Activate</a>
  188. </div>
  189. <div>
  190. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Deactivate">Toplevel.Deactivate</a>
  191. </div>
  192. <div>
  193. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_ChildClosed">Toplevel.ChildClosed</a>
  194. </div>
  195. <div>
  196. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_AllChildClosed">Toplevel.AllChildClosed</a>
  197. </div>
  198. <div>
  199. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Closing">Toplevel.Closing</a>
  200. </div>
  201. <div>
  202. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Closed">Toplevel.Closed</a>
  203. </div>
  204. <div>
  205. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_ChildLoaded">Toplevel.ChildLoaded</a>
  206. </div>
  207. <div>
  208. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_ChildUnloaded">Toplevel.ChildUnloaded</a>
  209. </div>
  210. <div>
  211. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Resized">Toplevel.Resized</a>
  212. </div>
  213. <div>
  214. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_OnLoaded">Toplevel.OnLoaded()</a>
  215. </div>
  216. <div>
  217. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_AlternateForwardKeyChanged">Toplevel.AlternateForwardKeyChanged</a>
  218. </div>
  219. <div>
  220. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_OnAlternateForwardKeyChanged_Terminal_Gui_Key_">Toplevel.OnAlternateForwardKeyChanged(Key)</a>
  221. </div>
  222. <div>
  223. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_AlternateBackwardKeyChanged">Toplevel.AlternateBackwardKeyChanged</a>
  224. </div>
  225. <div>
  226. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_OnAlternateBackwardKeyChanged_Terminal_Gui_Key_">Toplevel.OnAlternateBackwardKeyChanged(Key)</a>
  227. </div>
  228. <div>
  229. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_QuitKeyChanged">Toplevel.QuitKeyChanged</a>
  230. </div>
  231. <div>
  232. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_OnQuitKeyChanged_Terminal_Gui_Key_">Toplevel.OnQuitKeyChanged(Key)</a>
  233. </div>
  234. <div>
  235. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_Create">Toplevel.Create()</a>
  236. </div>
  237. <div>
  238. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_CanFocus">Toplevel.CanFocus</a>
  239. </div>
  240. <div>
  241. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_MenuBar">Toplevel.MenuBar</a>
  242. </div>
  243. <div>
  244. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_StatusBar">Toplevel.StatusBar</a>
  245. </div>
  246. <div>
  247. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_IsMdiContainer">Toplevel.IsMdiContainer</a>
  248. </div>
  249. <div>
  250. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_IsMdiChild">Toplevel.IsMdiChild</a>
  251. </div>
  252. <div>
  253. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_OnKeyDown_Terminal_Gui_KeyEvent_">Toplevel.OnKeyDown(KeyEvent)</a>
  254. </div>
  255. <div>
  256. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_OnKeyUp_Terminal_Gui_KeyEvent_">Toplevel.OnKeyUp(KeyEvent)</a>
  257. </div>
  258. <div>
  259. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_ProcessColdKey_Terminal_Gui_KeyEvent_">Toplevel.ProcessColdKey(KeyEvent)</a>
  260. </div>
  261. <div>
  262. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_PositionToplevel_Terminal_Gui_Toplevel_">Toplevel.PositionToplevel(Toplevel)</a>
  263. </div>
  264. <div>
  265. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_MouseEvent_Terminal_Gui_MouseEvent_">Toplevel.MouseEvent(MouseEvent)</a>
  266. </div>
  267. <div>
  268. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_WillPresent">Toplevel.WillPresent()</a>
  269. </div>
  270. <div>
  271. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_MoveNext">Toplevel.MoveNext()</a>
  272. </div>
  273. <div>
  274. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_MovePrevious">Toplevel.MovePrevious()</a>
  275. </div>
  276. <div>
  277. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_RequestStop">Toplevel.RequestStop()</a>
  278. </div>
  279. <div>
  280. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_RequestStop_Terminal_Gui_Toplevel_">Toplevel.RequestStop(Toplevel)</a>
  281. </div>
  282. <div>
  283. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_PositionCursor">Toplevel.PositionCursor()</a>
  284. </div>
  285. <div>
  286. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_GetTopMdiChild_System_Type_System_String___">Toplevel.GetTopMdiChild(Type, String[])</a>
  287. </div>
  288. <div>
  289. <a class="xref" href="Terminal.Gui.Toplevel.html#Terminal_Gui_Toplevel_ShowChild_Terminal_Gui_Toplevel_">Toplevel.ShowChild(Toplevel)</a>
  290. </div>
  291. <div>
  292. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Added">View.Added</a>
  293. </div>
  294. <div>
  295. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Removed">View.Removed</a>
  296. </div>
  297. <div>
  298. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Enter">View.Enter</a>
  299. </div>
  300. <div>
  301. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Leave">View.Leave</a>
  302. </div>
  303. <div>
  304. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_MouseEnter">View.MouseEnter</a>
  305. </div>
  306. <div>
  307. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_MouseLeave">View.MouseLeave</a>
  308. </div>
  309. <div>
  310. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_MouseClick">View.MouseClick</a>
  311. </div>
  312. <div>
  313. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_CanFocusChanged">View.CanFocusChanged</a>
  314. </div>
  315. <div>
  316. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_EnabledChanged">View.EnabledChanged</a>
  317. </div>
  318. <div>
  319. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_VisibleChanged">View.VisibleChanged</a>
  320. </div>
  321. <div>
  322. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_HotKeyChanged">View.HotKeyChanged</a>
  323. </div>
  324. <div>
  325. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_HotKey">View.HotKey</a>
  326. </div>
  327. <div>
  328. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_HotKeySpecifier">View.HotKeySpecifier</a>
  329. </div>
  330. <div>
  331. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Shortcut">View.Shortcut</a>
  332. </div>
  333. <div>
  334. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ShortcutTag">View.ShortcutTag</a>
  335. </div>
  336. <div>
  337. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ShortcutAction">View.ShortcutAction</a>
  338. </div>
  339. <div>
  340. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Data">View.Data</a>
  341. </div>
  342. <div>
  343. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Driver">View.Driver</a>
  344. </div>
  345. <div>
  346. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Subviews">View.Subviews</a>
  347. </div>
  348. <div>
  349. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_TabIndexes">View.TabIndexes</a>
  350. </div>
  351. <div>
  352. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_TabIndex">View.TabIndex</a>
  353. </div>
  354. <div>
  355. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_TabStop">View.TabStop</a>
  356. </div>
  357. <div>
  358. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Id">View.Id</a>
  359. </div>
  360. <div>
  361. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_IsCurrentTop">View.IsCurrentTop</a>
  362. </div>
  363. <div>
  364. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_WantMousePositionReports">View.WantMousePositionReports</a>
  365. </div>
  366. <div>
  367. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_WantContinuousButtonPressed">View.WantContinuousButtonPressed</a>
  368. </div>
  369. <div>
  370. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Frame">View.Frame</a>
  371. </div>
  372. <div>
  373. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_LayoutStyle">View.LayoutStyle</a>
  374. </div>
  375. <div>
  376. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Bounds">View.Bounds</a>
  377. </div>
  378. <div>
  379. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_X">View.X</a>
  380. </div>
  381. <div>
  382. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Y">View.Y</a>
  383. </div>
  384. <div>
  385. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Width">View.Width</a>
  386. </div>
  387. <div>
  388. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Height">View.Height</a>
  389. </div>
  390. <div>
  391. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ForceValidatePosDim">View.ForceValidatePosDim</a>
  392. </div>
  393. <div>
  394. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetMinWidthHeight_Terminal_Gui_Size__">View.GetMinWidthHeight(Size)</a>
  395. </div>
  396. <div>
  397. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SetMinWidthHeight">View.SetMinWidthHeight()</a>
  398. </div>
  399. <div>
  400. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_TextFormatter">View.TextFormatter</a>
  401. </div>
  402. <div>
  403. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SuperView">View.SuperView</a>
  404. </div>
  405. <div>
  406. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_UpdateTextFormatterText">View.UpdateTextFormatterText()</a>
  407. </div>
  408. <div>
  409. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ProcessResizeView">View.ProcessResizeView()</a>
  410. </div>
  411. <div>
  412. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SetNeedsDisplay">View.SetNeedsDisplay()</a>
  413. </div>
  414. <div>
  415. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ClearLayoutNeeded">View.ClearLayoutNeeded()</a>
  416. </div>
  417. <div>
  418. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SetNeedsDisplay_Terminal_Gui_Rect_">View.SetNeedsDisplay(Rect)</a>
  419. </div>
  420. <div>
  421. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SetChildNeedsDisplay">View.SetChildNeedsDisplay()</a>
  422. </div>
  423. <div>
  424. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Add_Terminal_Gui_View___">View.Add(View[])</a>
  425. </div>
  426. <div>
  427. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_BringSubviewToFront_Terminal_Gui_View_">View.BringSubviewToFront(View)</a>
  428. </div>
  429. <div>
  430. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SendSubviewToBack_Terminal_Gui_View_">View.SendSubviewToBack(View)</a>
  431. </div>
  432. <div>
  433. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SendSubviewBackwards_Terminal_Gui_View_">View.SendSubviewBackwards(View)</a>
  434. </div>
  435. <div>
  436. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_BringSubviewForward_Terminal_Gui_View_">View.BringSubviewForward(View)</a>
  437. </div>
  438. <div>
  439. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Clear">View.Clear()</a>
  440. </div>
  441. <div>
  442. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Clear_Terminal_Gui_Rect_">View.Clear(Rect)</a>
  443. </div>
  444. <div>
  445. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ScreenToView_System_Int32_System_Int32_">View.ScreenToView(Int32, Int32)</a>
  446. </div>
  447. <div>
  448. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ClipToBounds">View.ClipToBounds()</a>
  449. </div>
  450. <div>
  451. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SetClip_Terminal_Gui_Rect_">View.SetClip(Rect)</a>
  452. </div>
  453. <div>
  454. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_DrawFrame_Terminal_Gui_Rect_System_Int32_System_Boolean_">View.DrawFrame(Rect, Int32, Boolean)</a>
  455. </div>
  456. <div>
  457. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_DrawHotString_NStack_ustring_Terminal_Gui_Attribute_Terminal_Gui_Attribute_">View.DrawHotString(ustring, Attribute, Attribute)</a>
  458. </div>
  459. <div>
  460. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_DrawHotString_NStack_ustring_System_Boolean_Terminal_Gui_ColorScheme_">View.DrawHotString(ustring, Boolean, ColorScheme)</a>
  461. </div>
  462. <div>
  463. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Move_System_Int32_System_Int32_System_Boolean_">View.Move(Int32, Int32, Boolean)</a>
  464. </div>
  465. <div>
  466. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_HasFocus">View.HasFocus</a>
  467. </div>
  468. <div>
  469. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnAdded_Terminal_Gui_View_">View.OnAdded(View)</a>
  470. </div>
  471. <div>
  472. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnRemoved_Terminal_Gui_View_">View.OnRemoved(View)</a>
  473. </div>
  474. <div>
  475. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnEnter_Terminal_Gui_View_">View.OnEnter(View)</a>
  476. </div>
  477. <div>
  478. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnLeave_Terminal_Gui_View_">View.OnLeave(View)</a>
  479. </div>
  480. <div>
  481. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Focused">View.Focused</a>
  482. </div>
  483. <div>
  484. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_MostFocused">View.MostFocused</a>
  485. </div>
  486. <div>
  487. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ColorScheme">View.ColorScheme</a>
  488. </div>
  489. <div>
  490. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_AddRune_System_Int32_System_Int32_System_Rune_">View.AddRune(Int32, Int32, Rune)</a>
  491. </div>
  492. <div>
  493. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ClearNeedsDisplay">View.ClearNeedsDisplay()</a>
  494. </div>
  495. <div>
  496. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_DrawContent">View.DrawContent</a>
  497. </div>
  498. <div>
  499. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnDrawContent_Terminal_Gui_Rect_">View.OnDrawContent(Rect)</a>
  500. </div>
  501. <div>
  502. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_DrawContentComplete">View.DrawContentComplete</a>
  503. </div>
  504. <div>
  505. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnDrawContentComplete_Terminal_Gui_Rect_">View.OnDrawContentComplete(Rect)</a>
  506. </div>
  507. <div>
  508. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SetFocus">View.SetFocus()</a>
  509. </div>
  510. <div>
  511. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_KeyPress">View.KeyPress</a>
  512. </div>
  513. <div>
  514. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_InvokeKeybindings_Terminal_Gui_KeyEvent_">View.InvokeKeybindings(KeyEvent)</a>
  515. </div>
  516. <div>
  517. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_AddKeyBinding_Terminal_Gui_Key_Terminal_Gui_Command___">View.AddKeyBinding(Key, Command[])</a>
  518. </div>
  519. <div>
  520. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ReplaceKeyBinding_Terminal_Gui_Key_Terminal_Gui_Key_">View.ReplaceKeyBinding(Key, Key)</a>
  521. </div>
  522. <div>
  523. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ContainsKeyBinding_Terminal_Gui_Key_">View.ContainsKeyBinding(Key)</a>
  524. </div>
  525. <div>
  526. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ClearKeybindings">View.ClearKeybindings()</a>
  527. </div>
  528. <div>
  529. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ClearKeybinding_Terminal_Gui_Key_">View.ClearKeybinding(Key)</a>
  530. </div>
  531. <div>
  532. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ClearKeybinding_Terminal_Gui_Command___">View.ClearKeybinding(Command[])</a>
  533. </div>
  534. <div>
  535. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_AddCommand_Terminal_Gui_Command_System_Func_System_Nullable_System_Boolean___">View.AddCommand(Command, Func&lt;Nullable&lt;Boolean&gt;&gt;)</a>
  536. </div>
  537. <div>
  538. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetSupportedCommands">View.GetSupportedCommands()</a>
  539. </div>
  540. <div>
  541. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetKeyFromCommand_Terminal_Gui_Command___">View.GetKeyFromCommand(Command[])</a>
  542. </div>
  543. <div>
  544. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ProcessHotKey_Terminal_Gui_KeyEvent_">View.ProcessHotKey(KeyEvent)</a>
  545. </div>
  546. <div>
  547. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_KeyDown">View.KeyDown</a>
  548. </div>
  549. <div>
  550. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_KeyUp">View.KeyUp</a>
  551. </div>
  552. <div>
  553. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_EnsureFocus">View.EnsureFocus()</a>
  554. </div>
  555. <div>
  556. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_FocusFirst">View.FocusFirst()</a>
  557. </div>
  558. <div>
  559. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_FocusLast">View.FocusLast()</a>
  560. </div>
  561. <div>
  562. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_FocusPrev">View.FocusPrev()</a>
  563. </div>
  564. <div>
  565. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_FocusNext">View.FocusNext()</a>
  566. </div>
  567. <div>
  568. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_LayoutStarted">View.LayoutStarted</a>
  569. </div>
  570. <div>
  571. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_LayoutComplete">View.LayoutComplete</a>
  572. </div>
  573. <div>
  574. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Initialized">View.Initialized</a>
  575. </div>
  576. <div>
  577. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_LayoutSubviews">View.LayoutSubviews()</a>
  578. </div>
  579. <div>
  580. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_AutoSize">View.AutoSize</a>
  581. </div>
  582. <div>
  583. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_PreserveTrailingSpaces">View.PreserveTrailingSpaces</a>
  584. </div>
  585. <div>
  586. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_VerticalTextAlignment">View.VerticalTextAlignment</a>
  587. </div>
  588. <div>
  589. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_TextDirection">View.TextDirection</a>
  590. </div>
  591. <div>
  592. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_IsInitialized">View.IsInitialized</a>
  593. </div>
  594. <div>
  595. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_IsAdded">View.IsAdded</a>
  596. </div>
  597. <div>
  598. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Enabled">View.Enabled</a>
  599. </div>
  600. <div>
  601. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Visible">View.Visible</a>
  602. </div>
  603. <div>
  604. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ToString">View.ToString()</a>
  605. </div>
  606. <div>
  607. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetAutoSize">View.GetAutoSize()</a>
  608. </div>
  609. <div>
  610. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetHotKeySpecifierLength_System_Boolean_">View.GetHotKeySpecifierLength(Boolean)</a>
  611. </div>
  612. <div>
  613. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetTextFormatterBoundsSize">View.GetTextFormatterBoundsSize()</a>
  614. </div>
  615. <div>
  616. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetBoundsTextFormatterSize">View.GetBoundsTextFormatterSize()</a>
  617. </div>
  618. <div>
  619. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnMouseEnter_Terminal_Gui_MouseEvent_">View.OnMouseEnter(MouseEvent)</a>
  620. </div>
  621. <div>
  622. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnMouseLeave_Terminal_Gui_MouseEvent_">View.OnMouseLeave(MouseEvent)</a>
  623. </div>
  624. <div>
  625. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnMouseEvent_Terminal_Gui_MouseEvent_">View.OnMouseEvent(MouseEvent)</a>
  626. </div>
  627. <div>
  628. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnMouseClick_Terminal_Gui_View_MouseEventArgs_">View.OnMouseClick(View.MouseEventArgs)</a>
  629. </div>
  630. <div>
  631. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnEnabledChanged">View.OnEnabledChanged()</a>
  632. </div>
  633. <div>
  634. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_OnVisibleChanged">View.OnVisibleChanged()</a>
  635. </div>
  636. <div>
  637. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Dispose_System_Boolean_">View.Dispose(Boolean)</a>
  638. </div>
  639. <div>
  640. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_BeginInit">View.BeginInit()</a>
  641. </div>
  642. <div>
  643. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_EndInit">View.EndInit()</a>
  644. </div>
  645. <div>
  646. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SetWidth_System_Int32_System_Int32__">View.SetWidth(Int32, Int32)</a>
  647. </div>
  648. <div>
  649. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_SetHeight_System_Int32_System_Int32__">View.SetHeight(Int32, Int32)</a>
  650. </div>
  651. <div>
  652. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetCurrentWidth_System_Int32__">View.GetCurrentWidth(Int32)</a>
  653. </div>
  654. <div>
  655. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetCurrentHeight_System_Int32__">View.GetCurrentHeight(Int32)</a>
  656. </div>
  657. <div>
  658. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetNormalColor">View.GetNormalColor()</a>
  659. </div>
  660. <div>
  661. <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_GetTopSuperView">View.GetTopSuperView()</a>
  662. </div>
  663. <div>
  664. <a class="xref" href="Terminal.Gui.Responder.html#Terminal_Gui_Responder_Dispose">Responder.Dispose()</a>
  665. </div>
  666. <div>
  667. <span class="xref">System.Object.Equals(System.Object)</span>
  668. </div>
  669. <div>
  670. <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
  671. </div>
  672. <div>
  673. <span class="xref">System.Object.GetHashCode()</span>
  674. </div>
  675. <div>
  676. <span class="xref">System.Object.GetType()</span>
  677. </div>
  678. <div>
  679. <span class="xref">System.Object.MemberwiseClone()</span>
  680. </div>
  681. <div>
  682. <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
  683. </div>
  684. </div>
  685. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
  686. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  687. <h5 id="Terminal_Gui_Wizard_syntax">Syntax</h5>
  688. <div class="codewrapper">
  689. <pre><code class="lang-csharp hljs">public class Wizard : Dialog, IDisposable, ISupportInitializeNotification, ISupportInitialize</code></pre>
  690. </div>
  691. <h3 id="constructors">Constructors
  692. </h3>
  693. <span class="small pull-right mobile-hide">
  694. <span class="divider">|</span>
  695. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard__ctor.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  696. </span>
  697. <span class="small pull-right mobile-hide">
  698. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L340">View Source</a>
  699. </span>
  700. <a id="Terminal_Gui_Wizard__ctor_" data-uid="Terminal.Gui.Wizard.#ctor*"></a>
  701. <h4 id="Terminal_Gui_Wizard__ctor" data-uid="Terminal.Gui.Wizard.#ctor">Wizard()</h4>
  702. <div class="markdown level1 summary">
  703. Initializes a new instance of the <a class="xref" href="Terminal.Gui.Wizard.html">Wizard</a> class using <a class="xref" href="Terminal.Gui.LayoutStyle.html#Terminal_Gui_LayoutStyle_Computed">Computed</a> positioning.
  704. </div>
  705. <div class="markdown level1 conceptual"></div>
  706. <h5 class="decalaration">Declaration</h5>
  707. <div class="codewrapper">
  708. <pre><code class="lang-csharp hljs">public Wizard()</code></pre>
  709. </div>
  710. <span class="small pull-right mobile-hide">
  711. <span class="divider">|</span>
  712. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard__ctor_NStack_ustring_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.%23ctor(NStack.ustring)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  713. </span>
  714. <span class="small pull-right mobile-hide">
  715. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L352">View Source</a>
  716. </span>
  717. <a id="Terminal_Gui_Wizard__ctor_" data-uid="Terminal.Gui.Wizard.#ctor*"></a>
  718. <h4 id="Terminal_Gui_Wizard__ctor_NStack_ustring_" data-uid="Terminal.Gui.Wizard.#ctor(NStack.ustring)">Wizard(ustring)</h4>
  719. <div class="markdown level1 summary">
  720. Initializes a new instance of the <a class="xref" href="Terminal.Gui.Wizard.html">Wizard</a> class using <a class="xref" href="Terminal.Gui.LayoutStyle.html#Terminal_Gui_LayoutStyle_Computed">Computed</a> positioning.
  721. </div>
  722. <div class="markdown level1 conceptual"></div>
  723. <h5 class="decalaration">Declaration</h5>
  724. <div class="codewrapper">
  725. <pre><code class="lang-csharp hljs">public Wizard(ustring title)</code></pre>
  726. </div>
  727. <h5 class="parameters">Parameters</h5>
  728. <table class="table table-bordered table-striped table-condensed">
  729. <thead>
  730. <tr>
  731. <th>Type</th>
  732. <th>Name</th>
  733. <th>Description</th>
  734. </tr>
  735. </thead>
  736. <tbody>
  737. <tr>
  738. <td><span class="xref">NStack.ustring</span></td>
  739. <td><span class="parametername">title</span></td>
  740. <td>Sets the <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_Title">Title</a> for the Wizard.</td>
  741. </tr>
  742. </tbody>
  743. </table>
  744. <h3 id="properties">Properties
  745. </h3>
  746. <span class="small pull-right mobile-hide">
  747. <span class="divider">|</span>
  748. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_BackButton.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.BackButton%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  749. </span>
  750. <span class="small pull-right mobile-hide">
  751. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L568">View Source</a>
  752. </span>
  753. <a id="Terminal_Gui_Wizard_BackButton_" data-uid="Terminal.Gui.Wizard.BackButton*"></a>
  754. <h4 id="Terminal_Gui_Wizard_BackButton" data-uid="Terminal.Gui.Wizard.BackButton">BackButton</h4>
  755. <div class="markdown level1 summary">
  756. If the <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_CurrentStep">CurrentStep</a> is not the first step in the wizard, this button causes
  757. the <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_MovingBack">MovingBack</a> event to be fired and the wizard moves to the previous step.
  758. </div>
  759. <div class="markdown level1 conceptual"></div>
  760. <h5 class="decalaration">Declaration</h5>
  761. <div class="codewrapper">
  762. <pre><code class="lang-csharp hljs">public Button BackButton { get; }</code></pre>
  763. </div>
  764. <h5 class="propertyValue">Property Value</h5>
  765. <table class="table table-bordered table-striped table-condensed">
  766. <thead>
  767. <tr>
  768. <th>Type</th>
  769. <th>Description</th>
  770. </tr>
  771. </thead>
  772. <tbody>
  773. <tr>
  774. <td><a class="xref" href="Terminal.Gui.Button.html">Button</a></td>
  775. <td></td>
  776. </tr>
  777. </tbody>
  778. </table>
  779. <span class="small pull-right mobile-hide">
  780. <span class="divider">|</span>
  781. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_CurrentStep.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.CurrentStep%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  782. </span>
  783. <span class="small pull-right mobile-hide">
  784. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L712">View Source</a>
  785. </span>
  786. <a id="Terminal_Gui_Wizard_CurrentStep_" data-uid="Terminal.Gui.Wizard.CurrentStep*"></a>
  787. <h4 id="Terminal_Gui_Wizard_CurrentStep" data-uid="Terminal.Gui.Wizard.CurrentStep">CurrentStep</h4>
  788. <div class="markdown level1 summary">
  789. Gets or sets the currently active <a class="xref" href="Terminal.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a>.
  790. </div>
  791. <div class="markdown level1 conceptual"></div>
  792. <h5 class="decalaration">Declaration</h5>
  793. <div class="codewrapper">
  794. <pre><code class="lang-csharp hljs">public Wizard.WizardStep CurrentStep { get; set; }</code></pre>
  795. </div>
  796. <h5 class="propertyValue">Property Value</h5>
  797. <table class="table table-bordered table-striped table-condensed">
  798. <thead>
  799. <tr>
  800. <th>Type</th>
  801. <th>Description</th>
  802. </tr>
  803. </thead>
  804. <tbody>
  805. <tr>
  806. <td><a class="xref" href="Terminal.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a></td>
  807. <td></td>
  808. </tr>
  809. </tbody>
  810. </table>
  811. <span class="small pull-right mobile-hide">
  812. <span class="divider">|</span>
  813. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_Modal.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.Modal%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  814. </span>
  815. <span class="small pull-right mobile-hide">
  816. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L842">View Source</a>
  817. </span>
  818. <a id="Terminal_Gui_Wizard_Modal_" data-uid="Terminal.Gui.Wizard.Modal*"></a>
  819. <h4 id="Terminal_Gui_Wizard_Modal" data-uid="Terminal.Gui.Wizard.Modal">Modal</h4>
  820. <div class="markdown level1 summary">
  821. Determines whether the <a class="xref" href="Terminal.Gui.Wizard.html">Wizard</a> is displayed as modal pop-up or not.
  822. The default is <code>true</code>. The Wizard will be shown with a frame with <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_Title">Title</a> and will behave like
  823. any <a class="xref" href="Terminal.Gui.Toplevel.html">Toplevel</a> window.
  824. If set to <code>false</code> the Wizard will have no frame and will behave like any embedded <a class="xref" href="Terminal.Gui.View.html">View</a>.
  825. To use Wizard as an embedded View
  826. <ol><li>Set <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_Modal">Modal</a> to <code>false</code>.</li><li>Add the Wizard to a containing view with <a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Add_Terminal_Gui_View_">Add(View)</a>.</li></ol>
  827. If a non-Modal Wizard is added to the application after <a class="xref" href="Terminal.Gui.Application.html#Terminal_Gui_Application_Run_System_Func_System_Exception_System_Boolean__">Run(Func&lt;Exception, Boolean&gt;)</a> has been called
  828. the first step must be explicitly set by setting <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_CurrentStep">CurrentStep</a> to <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_GetNextStep">GetNextStep()</a>:
  829. <pre><code> wizard.CurrentStep = wizard.GetNextStep();</code></pre>
  830. </div>
  831. <div class="markdown level1 conceptual"></div>
  832. <h5 class="decalaration">Declaration</h5>
  833. <div class="codewrapper">
  834. <pre><code class="lang-csharp hljs">public bool Modal { get; set; }</code></pre>
  835. </div>
  836. <h5 class="propertyValue">Property Value</h5>
  837. <table class="table table-bordered table-striped table-condensed">
  838. <thead>
  839. <tr>
  840. <th>Type</th>
  841. <th>Description</th>
  842. </tr>
  843. </thead>
  844. <tbody>
  845. <tr>
  846. <td><span class="xref">System.Boolean</span></td>
  847. <td></td>
  848. </tr>
  849. </tbody>
  850. </table>
  851. <span class="small pull-right mobile-hide">
  852. <span class="divider">|</span>
  853. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_NextFinishButton.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.NextFinishButton%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  854. </span>
  855. <span class="small pull-right mobile-hide">
  856. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L580">View Source</a>
  857. </span>
  858. <a id="Terminal_Gui_Wizard_NextFinishButton_" data-uid="Terminal.Gui.Wizard.NextFinishButton*"></a>
  859. <h4 id="Terminal_Gui_Wizard_NextFinishButton" data-uid="Terminal.Gui.Wizard.NextFinishButton">NextFinishButton</h4>
  860. <div class="markdown level1 summary">
  861. If the <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_CurrentStep">CurrentStep</a> is the last step in the wizard, this button causes
  862. the <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_Finished">Finished</a> event to be fired and the wizard to close. If the step is not the last step,
  863. the <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_MovingNext">MovingNext</a> event will be fired and the wizard will move next step.
  864. </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 Button NextFinishButton { get; }</code></pre>
  869. </div>
  870. <h5 class="propertyValue">Property Value</h5>
  871. <table class="table table-bordered table-striped table-condensed">
  872. <thead>
  873. <tr>
  874. <th>Type</th>
  875. <th>Description</th>
  876. </tr>
  877. </thead>
  878. <tbody>
  879. <tr>
  880. <td><a class="xref" href="Terminal.Gui.Button.html">Button</a></td>
  881. <td></td>
  882. </tr>
  883. </tbody>
  884. </table>
  885. <span class="small pull-right mobile-hide">
  886. <span class="divider">|</span>
  887. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_Title.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.Title%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  888. </span>
  889. <span class="small pull-right mobile-hide">
  890. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L606">View Source</a>
  891. </span>
  892. <a id="Terminal_Gui_Wizard_Title_" data-uid="Terminal.Gui.Wizard.Title*"></a>
  893. <h4 id="Terminal_Gui_Wizard_Title" data-uid="Terminal.Gui.Wizard.Title">Title</h4>
  894. <div class="markdown level1 summary">
  895. The title of the Wizard, shown at the top of the Wizard with &quot; - currentStep.Title&quot; appended.
  896. </div>
  897. <div class="markdown level1 conceptual"></div>
  898. <h5 class="decalaration">Declaration</h5>
  899. <div class="codewrapper">
  900. <pre><code class="lang-csharp hljs">public ustring Title { get; set; }</code></pre>
  901. </div>
  902. <h5 class="propertyValue">Property Value</h5>
  903. <table class="table table-bordered table-striped table-condensed">
  904. <thead>
  905. <tr>
  906. <th>Type</th>
  907. <th>Description</th>
  908. </tr>
  909. </thead>
  910. <tbody>
  911. <tr>
  912. <td><span class="xref">NStack.ustring</span></td>
  913. <td></td>
  914. </tr>
  915. </tbody>
  916. </table>
  917. <h3 id="methods">Methods
  918. </h3>
  919. <span class="small pull-right mobile-hide">
  920. <span class="divider">|</span>
  921. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_AddStep_Terminal_Gui_Wizard_WizardStep_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.AddStep(Terminal.Gui.Wizard.WizardStep)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  922. </span>
  923. <span class="small pull-right mobile-hide">
  924. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L589">View Source</a>
  925. </span>
  926. <a id="Terminal_Gui_Wizard_AddStep_" data-uid="Terminal.Gui.Wizard.AddStep*"></a>
  927. <h4 id="Terminal_Gui_Wizard_AddStep_Terminal_Gui_Wizard_WizardStep_" data-uid="Terminal.Gui.Wizard.AddStep(Terminal.Gui.Wizard.WizardStep)">AddStep(Wizard.WizardStep)</h4>
  928. <div class="markdown level1 summary">
  929. Adds a step to the wizard. The Next and Back buttons navigate through the added steps in the
  930. order they were added.
  931. </div>
  932. <div class="markdown level1 conceptual"></div>
  933. <h5 class="decalaration">Declaration</h5>
  934. <div class="codewrapper">
  935. <pre><code class="lang-csharp hljs">public void AddStep(Wizard.WizardStep newStep)</code></pre>
  936. </div>
  937. <h5 class="parameters">Parameters</h5>
  938. <table class="table table-bordered table-striped table-condensed">
  939. <thead>
  940. <tr>
  941. <th>Type</th>
  942. <th>Name</th>
  943. <th>Description</th>
  944. </tr>
  945. </thead>
  946. <tbody>
  947. <tr>
  948. <td><a class="xref" href="Terminal.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a></td>
  949. <td><span class="parametername">newStep</span></td>
  950. <td></td>
  951. </tr>
  952. </tbody>
  953. </table>
  954. <span class="small pull-right mobile-hide">
  955. <span class="divider">|</span>
  956. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_GetFirstStep.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.GetFirstStep%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  957. </span>
  958. <span class="small pull-right mobile-hide">
  959. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L544">View Source</a>
  960. </span>
  961. <a id="Terminal_Gui_Wizard_GetFirstStep_" data-uid="Terminal.Gui.Wizard.GetFirstStep*"></a>
  962. <h4 id="Terminal_Gui_Wizard_GetFirstStep" data-uid="Terminal.Gui.Wizard.GetFirstStep">GetFirstStep()</h4>
  963. <div class="markdown level1 summary">
  964. Returns the first enabled step in the Wizard
  965. </div>
  966. <div class="markdown level1 conceptual"></div>
  967. <h5 class="decalaration">Declaration</h5>
  968. <div class="codewrapper">
  969. <pre><code class="lang-csharp hljs">public Wizard.WizardStep GetFirstStep()</code></pre>
  970. </div>
  971. <h5 class="returns">Returns</h5>
  972. <table class="table table-bordered table-striped table-condensed">
  973. <thead>
  974. <tr>
  975. <th>Type</th>
  976. <th>Description</th>
  977. </tr>
  978. </thead>
  979. <tbody>
  980. <tr>
  981. <td><a class="xref" href="Terminal.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a></td>
  982. <td>The last enabled step</td>
  983. </tr>
  984. </tbody>
  985. </table>
  986. <span class="small pull-right mobile-hide">
  987. <span class="divider">|</span>
  988. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_GetLastStep.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.GetLastStep%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  989. </span>
  990. <span class="small pull-right mobile-hide">
  991. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L553">View Source</a>
  992. </span>
  993. <a id="Terminal_Gui_Wizard_GetLastStep_" data-uid="Terminal.Gui.Wizard.GetLastStep*"></a>
  994. <h4 id="Terminal_Gui_Wizard_GetLastStep" data-uid="Terminal.Gui.Wizard.GetLastStep">GetLastStep()</h4>
  995. <div class="markdown level1 summary">
  996. Returns the last enabled step in the Wizard
  997. </div>
  998. <div class="markdown level1 conceptual"></div>
  999. <h5 class="decalaration">Declaration</h5>
  1000. <div class="codewrapper">
  1001. <pre><code class="lang-csharp hljs">public Wizard.WizardStep GetLastStep()</code></pre>
  1002. </div>
  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.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a></td>
  1014. <td>The last enabled step</td>
  1015. </tr>
  1016. </tbody>
  1017. </table>
  1018. <span class="small pull-right mobile-hide">
  1019. <span class="divider">|</span>
  1020. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_GetNextStep.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.GetNextStep%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1021. </span>
  1022. <span class="small pull-right mobile-hide">
  1023. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L465">View Source</a>
  1024. </span>
  1025. <a id="Terminal_Gui_Wizard_GetNextStep_" data-uid="Terminal.Gui.Wizard.GetNextStep*"></a>
  1026. <h4 id="Terminal_Gui_Wizard_GetNextStep" data-uid="Terminal.Gui.Wizard.GetNextStep">GetNextStep()</h4>
  1027. <div class="markdown level1 summary">
  1028. Returns the next enabled <a class="xref" href="Terminal.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a> after the current step. Takes into account steps which
  1029. are disabled. If <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_CurrentStep">CurrentStep</a> is <code>null</code> returns the first enabled step.
  1030. </div>
  1031. <div class="markdown level1 conceptual"></div>
  1032. <h5 class="decalaration">Declaration</h5>
  1033. <div class="codewrapper">
  1034. <pre><code class="lang-csharp hljs">public Wizard.WizardStep GetNextStep()</code></pre>
  1035. </div>
  1036. <h5 class="returns">Returns</h5>
  1037. <table class="table table-bordered table-striped table-condensed">
  1038. <thead>
  1039. <tr>
  1040. <th>Type</th>
  1041. <th>Description</th>
  1042. </tr>
  1043. </thead>
  1044. <tbody>
  1045. <tr>
  1046. <td><a class="xref" href="Terminal.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a></td>
  1047. <td>The next step after the current step, if there is one; otherwise returns <code>null</code>, which
  1048. indicates either there are no enabled steps or the current step is the last enabled step.</td>
  1049. </tr>
  1050. </tbody>
  1051. </table>
  1052. <span class="small pull-right mobile-hide">
  1053. <span class="divider">|</span>
  1054. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_GetPreviousStep.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.GetPreviousStep%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1055. </span>
  1056. <span class="small pull-right mobile-hide">
  1057. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L516">View Source</a>
  1058. </span>
  1059. <a id="Terminal_Gui_Wizard_GetPreviousStep_" data-uid="Terminal.Gui.Wizard.GetPreviousStep*"></a>
  1060. <h4 id="Terminal_Gui_Wizard_GetPreviousStep" data-uid="Terminal.Gui.Wizard.GetPreviousStep">GetPreviousStep()</h4>
  1061. <div class="markdown level1 summary">
  1062. Returns the first enabled <a class="xref" href="Terminal.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a> before the current step. Takes into account steps which
  1063. are disabled. If <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_CurrentStep">CurrentStep</a> is <code>null</code> returns the last enabled step.
  1064. </div>
  1065. <div class="markdown level1 conceptual"></div>
  1066. <h5 class="decalaration">Declaration</h5>
  1067. <div class="codewrapper">
  1068. <pre><code class="lang-csharp hljs">public Wizard.WizardStep GetPreviousStep()</code></pre>
  1069. </div>
  1070. <h5 class="returns">Returns</h5>
  1071. <table class="table table-bordered table-striped table-condensed">
  1072. <thead>
  1073. <tr>
  1074. <th>Type</th>
  1075. <th>Description</th>
  1076. </tr>
  1077. </thead>
  1078. <tbody>
  1079. <tr>
  1080. <td><a class="xref" href="Terminal.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a></td>
  1081. <td>The first step ahead of the current step, if there is one; otherwise returns <code>null</code>, which
  1082. indicates either there are no enabled steps or the current step is the first enabled step.</td>
  1083. </tr>
  1084. </tbody>
  1085. </table>
  1086. <span class="small pull-right mobile-hide">
  1087. <span class="divider">|</span>
  1088. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_GoBack.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.GoBack%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1089. </span>
  1090. <span class="small pull-right mobile-hide">
  1091. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L502">View Source</a>
  1092. </span>
  1093. <a id="Terminal_Gui_Wizard_GoBack_" data-uid="Terminal.Gui.Wizard.GoBack*"></a>
  1094. <h4 id="Terminal_Gui_Wizard_GoBack" data-uid="Terminal.Gui.Wizard.GoBack">GoBack()</h4>
  1095. <div class="markdown level1 summary">
  1096. Causes the wizad to move to the previous enabled step (or first step if <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_CurrentStep">CurrentStep</a> is not set).
  1097. If there is no previous step, does nothing.
  1098. </div>
  1099. <div class="markdown level1 conceptual"></div>
  1100. <h5 class="decalaration">Declaration</h5>
  1101. <div class="codewrapper">
  1102. <pre><code class="lang-csharp hljs">public void GoBack()</code></pre>
  1103. </div>
  1104. <span class="small pull-right mobile-hide">
  1105. <span class="divider">|</span>
  1106. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_GoNext.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.GoNext%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1107. </span>
  1108. <span class="small pull-right mobile-hide">
  1109. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L451">View Source</a>
  1110. </span>
  1111. <a id="Terminal_Gui_Wizard_GoNext_" data-uid="Terminal.Gui.Wizard.GoNext*"></a>
  1112. <h4 id="Terminal_Gui_Wizard_GoNext" data-uid="Terminal.Gui.Wizard.GoNext">GoNext()</h4>
  1113. <div class="markdown level1 summary">
  1114. Causes the wizad to move to the next enabled step (or last step if <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_CurrentStep">CurrentStep</a> is not set).
  1115. If there is no previous step, does nothing.
  1116. </div>
  1117. <div class="markdown level1 conceptual"></div>
  1118. <h5 class="decalaration">Declaration</h5>
  1119. <div class="codewrapper">
  1120. <pre><code class="lang-csharp hljs">public void GoNext()</code></pre>
  1121. </div>
  1122. <span class="small pull-right mobile-hide">
  1123. <span class="divider">|</span>
  1124. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_GoToStep_Terminal_Gui_Wizard_WizardStep_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.GoToStep(Terminal.Gui.Wizard.WizardStep)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1125. </span>
  1126. <span class="small pull-right mobile-hide">
  1127. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L750">View Source</a>
  1128. </span>
  1129. <a id="Terminal_Gui_Wizard_GoToStep_" data-uid="Terminal.Gui.Wizard.GoToStep*"></a>
  1130. <h4 id="Terminal_Gui_Wizard_GoToStep_Terminal_Gui_Wizard_WizardStep_" data-uid="Terminal.Gui.Wizard.GoToStep(Terminal.Gui.Wizard.WizardStep)">GoToStep(Wizard.WizardStep)</h4>
  1131. <div class="markdown level1 summary">
  1132. Changes to the specified <a class="xref" href="Terminal.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a>.
  1133. </div>
  1134. <div class="markdown level1 conceptual"></div>
  1135. <h5 class="decalaration">Declaration</h5>
  1136. <div class="codewrapper">
  1137. <pre><code class="lang-csharp hljs">public bool GoToStep(Wizard.WizardStep newStep)</code></pre>
  1138. </div>
  1139. <h5 class="parameters">Parameters</h5>
  1140. <table class="table table-bordered table-striped table-condensed">
  1141. <thead>
  1142. <tr>
  1143. <th>Type</th>
  1144. <th>Name</th>
  1145. <th>Description</th>
  1146. </tr>
  1147. </thead>
  1148. <tbody>
  1149. <tr>
  1150. <td><a class="xref" href="Terminal.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a></td>
  1151. <td><span class="parametername">newStep</span></td>
  1152. <td>The step to go to.</td>
  1153. </tr>
  1154. </tbody>
  1155. </table>
  1156. <h5 class="returns">Returns</h5>
  1157. <table class="table table-bordered table-striped table-condensed">
  1158. <thead>
  1159. <tr>
  1160. <th>Type</th>
  1161. <th>Description</th>
  1162. </tr>
  1163. </thead>
  1164. <tbody>
  1165. <tr>
  1166. <td><span class="xref">System.Boolean</span></td>
  1167. <td>True if the transition to the step succeeded. False if the step was not found or the operation was cancelled.</td>
  1168. </tr>
  1169. </tbody>
  1170. </table>
  1171. <span class="small pull-right mobile-hide">
  1172. <span class="divider">|</span>
  1173. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_OnStepChanged_Terminal_Gui_Wizard_WizardStep_Terminal_Gui_Wizard_WizardStep_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.OnStepChanged(Terminal.Gui.Wizard.WizardStep%2CTerminal.Gui.Wizard.WizardStep)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1174. </span>
  1175. <span class="small pull-right mobile-hide">
  1176. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L738">View Source</a>
  1177. </span>
  1178. <a id="Terminal_Gui_Wizard_OnStepChanged_" data-uid="Terminal.Gui.Wizard.OnStepChanged*"></a>
  1179. <h4 id="Terminal_Gui_Wizard_OnStepChanged_Terminal_Gui_Wizard_WizardStep_Terminal_Gui_Wizard_WizardStep_" data-uid="Terminal.Gui.Wizard.OnStepChanged(Terminal.Gui.Wizard.WizardStep,Terminal.Gui.Wizard.WizardStep)">OnStepChanged(Wizard.WizardStep, Wizard.WizardStep)</h4>
  1180. <div class="markdown level1 summary">
  1181. Called when the <a class="xref" href="Terminal.Gui.Wizard.html">Wizard</a> has completed transition to a new <a class="xref" href="Terminal.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a>. Fires the <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_StepChanged">StepChanged</a> event.
  1182. </div>
  1183. <div class="markdown level1 conceptual"></div>
  1184. <h5 class="decalaration">Declaration</h5>
  1185. <div class="codewrapper">
  1186. <pre><code class="lang-csharp hljs">public virtual bool OnStepChanged(Wizard.WizardStep oldStep, Wizard.WizardStep newStep)</code></pre>
  1187. </div>
  1188. <h5 class="parameters">Parameters</h5>
  1189. <table class="table table-bordered table-striped table-condensed">
  1190. <thead>
  1191. <tr>
  1192. <th>Type</th>
  1193. <th>Name</th>
  1194. <th>Description</th>
  1195. </tr>
  1196. </thead>
  1197. <tbody>
  1198. <tr>
  1199. <td><a class="xref" href="Terminal.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a></td>
  1200. <td><span class="parametername">oldStep</span></td>
  1201. <td>The step the Wizard changed from</td>
  1202. </tr>
  1203. <tr>
  1204. <td><a class="xref" href="Terminal.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a></td>
  1205. <td><span class="parametername">newStep</span></td>
  1206. <td>The step the Wizard has changed to</td>
  1207. </tr>
  1208. </tbody>
  1209. </table>
  1210. <h5 class="returns">Returns</h5>
  1211. <table class="table table-bordered table-striped table-condensed">
  1212. <thead>
  1213. <tr>
  1214. <th>Type</th>
  1215. <th>Description</th>
  1216. </tr>
  1217. </thead>
  1218. <tbody>
  1219. <tr>
  1220. <td><span class="xref">System.Boolean</span></td>
  1221. <td>True if the change is to be cancelled.</td>
  1222. </tr>
  1223. </tbody>
  1224. </table>
  1225. <span class="small pull-right mobile-hide">
  1226. <span class="divider">|</span>
  1227. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_OnStepChanging_Terminal_Gui_Wizard_WizardStep_Terminal_Gui_Wizard_WizardStep_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.OnStepChanging(Terminal.Gui.Wizard.WizardStep%2CTerminal.Gui.Wizard.WizardStep)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1228. </span>
  1229. <span class="small pull-right mobile-hide">
  1230. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L725">View Source</a>
  1231. </span>
  1232. <a id="Terminal_Gui_Wizard_OnStepChanging_" data-uid="Terminal.Gui.Wizard.OnStepChanging*"></a>
  1233. <h4 id="Terminal_Gui_Wizard_OnStepChanging_Terminal_Gui_Wizard_WizardStep_Terminal_Gui_Wizard_WizardStep_" data-uid="Terminal.Gui.Wizard.OnStepChanging(Terminal.Gui.Wizard.WizardStep,Terminal.Gui.Wizard.WizardStep)">OnStepChanging(Wizard.WizardStep, Wizard.WizardStep)</h4>
  1234. <div class="markdown level1 summary">
  1235. Called when the <a class="xref" href="Terminal.Gui.Wizard.html">Wizard</a> is about to transition to another <a class="xref" href="Terminal.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a>. Fires the <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_StepChanging">StepChanging</a> event.
  1236. </div>
  1237. <div class="markdown level1 conceptual"></div>
  1238. <h5 class="decalaration">Declaration</h5>
  1239. <div class="codewrapper">
  1240. <pre><code class="lang-csharp hljs">public virtual bool OnStepChanging(Wizard.WizardStep oldStep, Wizard.WizardStep newStep)</code></pre>
  1241. </div>
  1242. <h5 class="parameters">Parameters</h5>
  1243. <table class="table table-bordered table-striped table-condensed">
  1244. <thead>
  1245. <tr>
  1246. <th>Type</th>
  1247. <th>Name</th>
  1248. <th>Description</th>
  1249. </tr>
  1250. </thead>
  1251. <tbody>
  1252. <tr>
  1253. <td><a class="xref" href="Terminal.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a></td>
  1254. <td><span class="parametername">oldStep</span></td>
  1255. <td>The step the Wizard is about to change from</td>
  1256. </tr>
  1257. <tr>
  1258. <td><a class="xref" href="Terminal.Gui.Wizard.WizardStep.html">Wizard.WizardStep</a></td>
  1259. <td><span class="parametername">newStep</span></td>
  1260. <td>The step the Wizard is about to change to</td>
  1261. </tr>
  1262. </tbody>
  1263. </table>
  1264. <h5 class="returns">Returns</h5>
  1265. <table class="table table-bordered table-striped table-condensed">
  1266. <thead>
  1267. <tr>
  1268. <th>Type</th>
  1269. <th>Description</th>
  1270. </tr>
  1271. </thead>
  1272. <tbody>
  1273. <tr>
  1274. <td><span class="xref">System.Boolean</span></td>
  1275. <td>True if the change is to be cancelled.</td>
  1276. </tr>
  1277. </tbody>
  1278. </table>
  1279. <span class="small pull-right mobile-hide">
  1280. <span class="divider">|</span>
  1281. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_ProcessKey_Terminal_Gui_KeyEvent_.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.ProcessKey(Terminal.Gui.KeyEvent)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1282. </span>
  1283. <span class="small pull-right mobile-hide">
  1284. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L434">View Source</a>
  1285. </span>
  1286. <a id="Terminal_Gui_Wizard_ProcessKey_" data-uid="Terminal.Gui.Wizard.ProcessKey*"></a>
  1287. <h4 id="Terminal_Gui_Wizard_ProcessKey_Terminal_Gui_KeyEvent_" data-uid="Terminal.Gui.Wizard.ProcessKey(Terminal.Gui.KeyEvent)">ProcessKey(KeyEvent)</h4>
  1288. <div class="markdown level1 summary">
  1289. <a class="xref" href="Terminal.Gui.Wizard.html">Wizard</a> is derived from <a class="xref" href="Terminal.Gui.Dialog.html">Dialog</a> and Dialog causes <code>Esc</code> to call
  1290. <a class="xref" href="Terminal.Gui.Application.html#Terminal_Gui_Application_RequestStop_Terminal_Gui_Toplevel_">RequestStop(Toplevel)</a>, closing the Dialog. Wizard overrides <a class="xref" href="Terminal.Gui.Responder.html#Terminal_Gui_Responder_ProcessKey_Terminal_Gui_KeyEvent_">ProcessKey(KeyEvent)</a>
  1291. to instead fire the <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_Cancelled">Cancelled</a> event when Wizard is being used as a non-modal (see <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_Modal">Modal</a>.
  1292. See <a class="xref" href="Terminal.Gui.Responder.html#Terminal_Gui_Responder_ProcessKey_Terminal_Gui_KeyEvent_">ProcessKey(KeyEvent)</a> for more.
  1293. </div>
  1294. <div class="markdown level1 conceptual"></div>
  1295. <h5 class="decalaration">Declaration</h5>
  1296. <div class="codewrapper">
  1297. <pre><code class="lang-csharp hljs">public override bool ProcessKey(KeyEvent kb)</code></pre>
  1298. </div>
  1299. <h5 class="parameters">Parameters</h5>
  1300. <table class="table table-bordered table-striped table-condensed">
  1301. <thead>
  1302. <tr>
  1303. <th>Type</th>
  1304. <th>Name</th>
  1305. <th>Description</th>
  1306. </tr>
  1307. </thead>
  1308. <tbody>
  1309. <tr>
  1310. <td><a class="xref" href="Terminal.Gui.KeyEvent.html">KeyEvent</a></td>
  1311. <td><span class="parametername">kb</span></td>
  1312. <td></td>
  1313. </tr>
  1314. </tbody>
  1315. </table>
  1316. <h5 class="returns">Returns</h5>
  1317. <table class="table table-bordered table-striped table-condensed">
  1318. <thead>
  1319. <tr>
  1320. <th>Type</th>
  1321. <th>Description</th>
  1322. </tr>
  1323. </thead>
  1324. <tbody>
  1325. <tr>
  1326. <td><span class="xref">System.Boolean</span></td>
  1327. <td></td>
  1328. </tr>
  1329. </tbody>
  1330. </table>
  1331. <h5 class="overrides">Overrides</h5>
  1332. <div><a class="xref" href="Terminal.Gui.Dialog.html#Terminal_Gui_Dialog_ProcessKey_Terminal_Gui_KeyEvent_">Dialog.ProcessKey(KeyEvent)</a></div>
  1333. <h3 id="events">Events
  1334. </h3>
  1335. <span class="small pull-right mobile-hide">
  1336. <span class="divider">|</span>
  1337. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_Cancelled.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.Cancelled%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1338. </span>
  1339. <span class="small pull-right mobile-hide">
  1340. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L664">View Source</a>
  1341. </span>
  1342. <h4 id="Terminal_Gui_Wizard_Cancelled" data-uid="Terminal.Gui.Wizard.Cancelled">Cancelled</h4>
  1343. <div class="markdown level1 summary">
  1344. Raised when the user has cancelled the <a class="xref" href="Terminal.Gui.Wizard.html">Wizard</a> by pressin the Esc key.
  1345. To prevent a modal (<a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_Modal">Modal</a> is <code>true</code>) Wizard from
  1346. closing, cancel the event by setting <a class="xref" href="Terminal.Gui.Wizard.WizardButtonEventArgs.html#Terminal_Gui_Wizard_WizardButtonEventArgs_Cancel">Cancel</a> to
  1347. <code>true</code> before returning from the event handler.
  1348. </div>
  1349. <div class="markdown level1 conceptual"></div>
  1350. <h5 class="decalaration">Declaration</h5>
  1351. <div class="codewrapper">
  1352. <pre><code class="lang-csharp hljs">public event Action&lt;Wizard.WizardButtonEventArgs&gt; Cancelled</code></pre>
  1353. </div>
  1354. <h5 class="eventType">Event Type</h5>
  1355. <table class="table table-bordered table-striped table-condensed">
  1356. <thead>
  1357. <tr>
  1358. <th>Type</th>
  1359. <th>Description</th>
  1360. </tr>
  1361. </thead>
  1362. <tbody>
  1363. <tr>
  1364. <td><span class="xref">System.Action</span>&lt;<a class="xref" href="Terminal.Gui.Wizard.WizardButtonEventArgs.html">Wizard.WizardButtonEventArgs</a>&gt;</td>
  1365. <td></td>
  1366. </tr>
  1367. </tbody>
  1368. </table>
  1369. <span class="small pull-right mobile-hide">
  1370. <span class="divider">|</span>
  1371. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_Finished.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.Finished%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1372. </span>
  1373. <span class="small pull-right mobile-hide">
  1374. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L656">View Source</a>
  1375. </span>
  1376. <h4 id="Terminal_Gui_Wizard_Finished" data-uid="Terminal.Gui.Wizard.Finished">Finished</h4>
  1377. <div class="markdown level1 summary">
  1378. Raised when the Next/Finish button in the <a class="xref" href="Terminal.Gui.Wizard.html">Wizard</a> is clicked. The Next/Finish button is always
  1379. the last button in the array of Buttons passed to the <a class="xref" href="Terminal.Gui.Wizard.html">Wizard</a> constructor, if any. This event is only
  1380. raised if the <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_CurrentStep">CurrentStep</a> is the last Step in the Wizard flow
  1381. (otherwise the <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_Finished">Finished</a> event is raised).
  1382. </div>
  1383. <div class="markdown level1 conceptual"></div>
  1384. <h5 class="decalaration">Declaration</h5>
  1385. <div class="codewrapper">
  1386. <pre><code class="lang-csharp hljs">public event Action&lt;Wizard.WizardButtonEventArgs&gt; Finished</code></pre>
  1387. </div>
  1388. <h5 class="eventType">Event Type</h5>
  1389. <table class="table table-bordered table-striped table-condensed">
  1390. <thead>
  1391. <tr>
  1392. <th>Type</th>
  1393. <th>Description</th>
  1394. </tr>
  1395. </thead>
  1396. <tbody>
  1397. <tr>
  1398. <td><span class="xref">System.Action</span>&lt;<a class="xref" href="Terminal.Gui.Wizard.WizardButtonEventArgs.html">Wizard.WizardButtonEventArgs</a>&gt;</td>
  1399. <td></td>
  1400. </tr>
  1401. </tbody>
  1402. </table>
  1403. <span class="small pull-right mobile-hide">
  1404. <span class="divider">|</span>
  1405. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_MovingBack.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.MovingBack%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1406. </span>
  1407. <span class="small pull-right mobile-hide">
  1408. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L640">View Source</a>
  1409. </span>
  1410. <h4 id="Terminal_Gui_Wizard_MovingBack" data-uid="Terminal.Gui.Wizard.MovingBack">MovingBack</h4>
  1411. <div class="markdown level1 summary">
  1412. Raised when the Back button in the <a class="xref" href="Terminal.Gui.Wizard.html">Wizard</a> is clicked. The Back button is always
  1413. the first button in the array of Buttons passed to the <a class="xref" href="Terminal.Gui.Wizard.html">Wizard</a> constructor, if any.
  1414. </div>
  1415. <div class="markdown level1 conceptual"></div>
  1416. <h5 class="decalaration">Declaration</h5>
  1417. <div class="codewrapper">
  1418. <pre><code class="lang-csharp hljs">public event Action&lt;Wizard.WizardButtonEventArgs&gt; MovingBack</code></pre>
  1419. </div>
  1420. <h5 class="eventType">Event Type</h5>
  1421. <table class="table table-bordered table-striped table-condensed">
  1422. <thead>
  1423. <tr>
  1424. <th>Type</th>
  1425. <th>Description</th>
  1426. </tr>
  1427. </thead>
  1428. <tbody>
  1429. <tr>
  1430. <td><span class="xref">System.Action</span>&lt;<a class="xref" href="Terminal.Gui.Wizard.WizardButtonEventArgs.html">Wizard.WizardButtonEventArgs</a>&gt;</td>
  1431. <td></td>
  1432. </tr>
  1433. </tbody>
  1434. </table>
  1435. <span class="small pull-right mobile-hide">
  1436. <span class="divider">|</span>
  1437. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_MovingNext.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.MovingNext%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1438. </span>
  1439. <span class="small pull-right mobile-hide">
  1440. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L648">View Source</a>
  1441. </span>
  1442. <h4 id="Terminal_Gui_Wizard_MovingNext" data-uid="Terminal.Gui.Wizard.MovingNext">MovingNext</h4>
  1443. <div class="markdown level1 summary">
  1444. Raised when the Next/Finish button in the <a class="xref" href="Terminal.Gui.Wizard.html">Wizard</a> is clicked (or the user presses Enter).
  1445. The Next/Finish button is always the last button in the array of Buttons passed to the <a class="xref" href="Terminal.Gui.Wizard.html">Wizard</a> constructor,
  1446. if any. This event is only raised if the <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_CurrentStep">CurrentStep</a> is the last Step in the Wizard flow
  1447. (otherwise the <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_Finished">Finished</a> event is raised).
  1448. </div>
  1449. <div class="markdown level1 conceptual"></div>
  1450. <h5 class="decalaration">Declaration</h5>
  1451. <div class="codewrapper">
  1452. <pre><code class="lang-csharp hljs">public event Action&lt;Wizard.WizardButtonEventArgs&gt; MovingNext</code></pre>
  1453. </div>
  1454. <h5 class="eventType">Event Type</h5>
  1455. <table class="table table-bordered table-striped table-condensed">
  1456. <thead>
  1457. <tr>
  1458. <th>Type</th>
  1459. <th>Description</th>
  1460. </tr>
  1461. </thead>
  1462. <tbody>
  1463. <tr>
  1464. <td><span class="xref">System.Action</span>&lt;<a class="xref" href="Terminal.Gui.Wizard.WizardButtonEventArgs.html">Wizard.WizardButtonEventArgs</a>&gt;</td>
  1465. <td></td>
  1466. </tr>
  1467. </tbody>
  1468. </table>
  1469. <span class="small pull-right mobile-hide">
  1470. <span class="divider">|</span>
  1471. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_StepChanged.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.StepChanged%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1472. </span>
  1473. <span class="small pull-right mobile-hide">
  1474. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L707">View Source</a>
  1475. </span>
  1476. <h4 id="Terminal_Gui_Wizard_StepChanged" data-uid="Terminal.Gui.Wizard.StepChanged">StepChanged</h4>
  1477. <div class="markdown level1 summary">
  1478. This event is raised after the <a class="xref" href="Terminal.Gui.Wizard.html">Wizard</a> has changed the <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_CurrentStep">CurrentStep</a>.
  1479. </div>
  1480. <div class="markdown level1 conceptual"></div>
  1481. <h5 class="decalaration">Declaration</h5>
  1482. <div class="codewrapper">
  1483. <pre><code class="lang-csharp hljs">public event Action&lt;Wizard.StepChangeEventArgs&gt; StepChanged</code></pre>
  1484. </div>
  1485. <h5 class="eventType">Event Type</h5>
  1486. <table class="table table-bordered table-striped table-condensed">
  1487. <thead>
  1488. <tr>
  1489. <th>Type</th>
  1490. <th>Description</th>
  1491. </tr>
  1492. </thead>
  1493. <tbody>
  1494. <tr>
  1495. <td><span class="xref">System.Action</span>&lt;<a class="xref" href="Terminal.Gui.Wizard.StepChangeEventArgs.html">Wizard.StepChangeEventArgs</a>&gt;</td>
  1496. <td></td>
  1497. </tr>
  1498. </tbody>
  1499. </table>
  1500. <span class="small pull-right mobile-hide">
  1501. <span class="divider">|</span>
  1502. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard_StepChanging.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard.StepChanging%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  1503. </span>
  1504. <span class="small pull-right mobile-hide">
  1505. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L702">View Source</a>
  1506. </span>
  1507. <h4 id="Terminal_Gui_Wizard_StepChanging" data-uid="Terminal.Gui.Wizard.StepChanging">StepChanging</h4>
  1508. <div class="markdown level1 summary">
  1509. This event is raised when the current <a class="xref" href="Terminal.Gui.Wizard.html#Terminal_Gui_Wizard_CurrentStep">CurrentStep</a>) is about to change. Use <a class="xref" href="Terminal.Gui.Wizard.StepChangeEventArgs.html#Terminal_Gui_Wizard_StepChangeEventArgs_Cancel">Cancel</a>
  1510. to abort the transition.
  1511. </div>
  1512. <div class="markdown level1 conceptual"></div>
  1513. <h5 class="decalaration">Declaration</h5>
  1514. <div class="codewrapper">
  1515. <pre><code class="lang-csharp hljs">public event Action&lt;Wizard.StepChangeEventArgs&gt; StepChanging</code></pre>
  1516. </div>
  1517. <h5 class="eventType">Event Type</h5>
  1518. <table class="table table-bordered table-striped table-condensed">
  1519. <thead>
  1520. <tr>
  1521. <th>Type</th>
  1522. <th>Description</th>
  1523. </tr>
  1524. </thead>
  1525. <tbody>
  1526. <tr>
  1527. <td><span class="xref">System.Action</span>&lt;<a class="xref" href="Terminal.Gui.Wizard.StepChangeEventArgs.html">Wizard.StepChangeEventArgs</a>&gt;</td>
  1528. <td></td>
  1529. </tr>
  1530. </tbody>
  1531. </table>
  1532. <h3 id="implements">Implements</h3>
  1533. <div>
  1534. <span class="xref">System.IDisposable</span>
  1535. </div>
  1536. <div>
  1537. <span class="xref">System.ComponentModel.ISupportInitializeNotification</span>
  1538. </div>
  1539. <div>
  1540. <span class="xref">System.ComponentModel.ISupportInitialize</span>
  1541. </div>
  1542. </article>
  1543. </div>
  1544. <div class="hidden-sm col-md-2" role="complementary">
  1545. <div class="sideaffix">
  1546. <div class="contribution">
  1547. <ul class="nav">
  1548. <li>
  1549. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/apidoc/new?filename=Terminal_Gui_Wizard.md&amp;value=---%0Auid%3A%20Terminal.Gui.Wizard%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
  1550. </li>
  1551. <li>
  1552. <a href="tig:tig/gui.cs/blob/main/Terminal.Gui/Windows/Wizard.cs/#L57" class="contribution-link">View Source</a>
  1553. </li>
  1554. </ul>
  1555. </div>
  1556. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  1557. <h5>In This Article</h5>
  1558. <div></div>
  1559. </nav>
  1560. </div>
  1561. </div>
  1562. </div>
  1563. </div>
  1564. <footer>
  1565. <div class="grad-bottom"></div>
  1566. <div class="footer">
  1567. <div class="container">
  1568. <span class="pull-right">
  1569. <a href="#top">Back to top</a>
  1570. </span>
  1571. <span>Generated by <strong>DocFX</strong></span>
  1572. </div>
  1573. </div>
  1574. </footer>
  1575. </div>
  1576. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  1577. <script type="text/javascript" src="../../styles/docfx.js"></script>
  1578. <script type="text/javascript" src="../../styles/main.js"></script>
  1579. </body>
  1580. </html>