Terminal.Gui.SaveDialog.yml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.SaveDialog
  4. id: SaveDialog
  5. children:
  6. - Terminal.Gui.SaveDialog.#ctor(NStack.ustring,NStack.ustring)
  7. - Terminal.Gui.SaveDialog.FileName
  8. langs:
  9. - csharp
  10. name: SaveDialog
  11. nameWithType: SaveDialog
  12. fullName: Terminal.Gui.SaveDialog
  13. type: Class
  14. assemblies:
  15. - Terminal.Gui
  16. namespace: Terminal.Gui
  17. summary: "The save dialog provides an interactive dialog box for users to pick a file to \n save."
  18. remarks: "<p>\n To use it, create an instance of the SaveDialog, and then\n call Application.Run on the resulting instance. This will run the dialog modally,\n and when this returns, the FileName property will contain the selected value or \n null if the user canceled. \n </p>"
  19. syntax:
  20. content: 'public class SaveDialog : Terminal.Gui.FileDialog'
  21. inheritance:
  22. - System.Object
  23. - Terminal.Gui.Responder
  24. - Terminal.Gui.View
  25. - Terminal.Gui.Toplevel
  26. - Terminal.Gui.Window
  27. - Terminal.Gui.Dialog
  28. - Terminal.Gui.FileDialog
  29. implements: []
  30. inheritedMembers:
  31. - Terminal.Gui.Dialog.AddButton(Terminal.Gui.Button)
  32. - Terminal.Gui.Dialog.LayoutSubviews
  33. - Terminal.Gui.Dialog.ProcessKey(Terminal.Gui.KeyEvent)
  34. - Terminal.Gui.FileDialog.AllowedFileTypes
  35. - Terminal.Gui.FileDialog.AllowsOtherFileTypes
  36. - Terminal.Gui.FileDialog.CanCreateDirectories
  37. - Terminal.Gui.FileDialog.DirectoryPath
  38. - Terminal.Gui.FileDialog.FilePath
  39. - Terminal.Gui.FileDialog.IsExtensionHidden
  40. - Terminal.Gui.FileDialog.Message
  41. - Terminal.Gui.FileDialog.NameFieldLabel
  42. - Terminal.Gui.FileDialog.Prompt
  43. - Terminal.Gui.FileDialog.WillPresent
  44. - Terminal.Gui.Toplevel.CanFocus
  45. - Terminal.Gui.Toplevel.Create
  46. - Terminal.Gui.Toplevel.Running
  47. - Terminal.Gui.View.Add(Terminal.Gui.View[])
  48. - Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
  49. - Terminal.Gui.View.Bounds
  50. - Terminal.Gui.View.ChildNeedsDisplay
  51. - Terminal.Gui.View.Clear
  52. - Terminal.Gui.View.Clear(Terminal.Gui.Rect)
  53. - Terminal.Gui.View.ClearNeedsDisplay
  54. - Terminal.Gui.View.ClipToBounds
  55. - Terminal.Gui.View.ColorScheme
  56. - Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
  57. - Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
  58. - Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  59. - Terminal.Gui.View.Driver
  60. - Terminal.Gui.View.EnsureFocus
  61. - Terminal.Gui.View.Focused
  62. - Terminal.Gui.View.FocusFirst
  63. - Terminal.Gui.View.FocusLast
  64. - Terminal.Gui.View.FocusNext
  65. - Terminal.Gui.View.FocusPrev
  66. - Terminal.Gui.View.Frame
  67. - Terminal.Gui.View.HasFocus
  68. - Terminal.Gui.View.Height
  69. - Terminal.Gui.View.Id
  70. - Terminal.Gui.View.LayoutStyle
  71. - Terminal.Gui.View.MostFocused
  72. - Terminal.Gui.View.Move(System.Int32,System.Int32)
  73. - Terminal.Gui.View.PositionCursor
  74. - Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  75. - Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  76. - Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
  77. - Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
  78. - Terminal.Gui.View.SetFocus(Terminal.Gui.View)
  79. - Terminal.Gui.View.SetNeedsDisplay
  80. - Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
  81. - Terminal.Gui.View.Subviews
  82. - Terminal.Gui.View.SuperView
  83. - Terminal.Gui.View.ToString
  84. - Terminal.Gui.View.WantMousePositionReports
  85. - Terminal.Gui.View.Width
  86. - Terminal.Gui.View.X
  87. - Terminal.Gui.View.Y
  88. - Terminal.Gui.Window.Add(Terminal.Gui.View)
  89. - Terminal.Gui.Window.GetEnumerator
  90. - Terminal.Gui.Window.MouseEvent(Terminal.Gui.MouseEvent)
  91. - Terminal.Gui.Window.Redraw(Terminal.Gui.Rect)
  92. - Terminal.Gui.Window.Remove(Terminal.Gui.View)
  93. - Terminal.Gui.Window.RemoveAll
  94. - Terminal.Gui.Window.Title
  95. - uid: Terminal.Gui.SaveDialog.#ctor(NStack.ustring,NStack.ustring)
  96. id: '#ctor(NStack.ustring,NStack.ustring)'
  97. parent: Terminal.Gui.SaveDialog
  98. langs:
  99. - csharp
  100. name: SaveDialog(ustring, ustring)
  101. nameWithType: SaveDialog.SaveDialog(ustring, ustring)
  102. fullName: SaveDialog.SaveDialog(ustring, ustring)
  103. type: Constructor
  104. assemblies:
  105. - Terminal.Gui
  106. namespace: Terminal.Gui
  107. syntax:
  108. content: public SaveDialog (NStack.ustring title, NStack.ustring message);
  109. parameters:
  110. - id: title
  111. type: NStack.ustring
  112. description: To be added.
  113. - id: message
  114. type: NStack.ustring
  115. description: To be added.
  116. overload: Terminal.Gui.SaveDialog.#ctor*
  117. exceptions: []
  118. - uid: Terminal.Gui.SaveDialog.FileName
  119. id: FileName
  120. parent: Terminal.Gui.SaveDialog
  121. langs:
  122. - csharp
  123. name: FileName
  124. nameWithType: SaveDialog.FileName
  125. fullName: SaveDialog.FileName
  126. type: Property
  127. assemblies:
  128. - Terminal.Gui
  129. namespace: Terminal.Gui
  130. summary: >-
  131. Gets the name of the file the user selected for saving, or null
  132. if the user canceled the dialog box.
  133. syntax:
  134. content: public NStack.ustring FileName { get; }
  135. return:
  136. type: NStack.ustring
  137. description: The name of the file.
  138. overload: Terminal.Gui.SaveDialog.FileName*
  139. exceptions: []
  140. references:
  141. - uid: Terminal.Gui.FileDialog
  142. parent: Terminal.Gui
  143. isExternal: false
  144. name: FileDialog
  145. nameWithType: FileDialog
  146. fullName: Terminal.Gui.FileDialog
  147. - uid: Terminal.Gui.SaveDialog.#ctor(NStack.ustring,NStack.ustring)
  148. parent: Terminal.Gui.SaveDialog
  149. isExternal: false
  150. name: SaveDialog(ustring, ustring)
  151. nameWithType: SaveDialog.SaveDialog(ustring, ustring)
  152. fullName: SaveDialog.SaveDialog(ustring, ustring)
  153. - uid: NStack.ustring
  154. parent: NStack
  155. isExternal: true
  156. name: ustring
  157. nameWithType: ustring
  158. fullName: NStack.ustring
  159. - uid: Terminal.Gui.SaveDialog.FileName
  160. parent: Terminal.Gui.SaveDialog
  161. isExternal: false
  162. name: FileName
  163. nameWithType: SaveDialog.FileName
  164. fullName: SaveDialog.FileName
  165. - uid: Terminal.Gui.SaveDialog.#ctor*
  166. parent: Terminal.Gui.SaveDialog
  167. isExternal: false
  168. name: SaveDialog
  169. nameWithType: SaveDialog.SaveDialog
  170. fullName: SaveDialog.SaveDialog
  171. - uid: Terminal.Gui.SaveDialog.FileName*
  172. parent: Terminal.Gui.SaveDialog
  173. isExternal: false
  174. name: FileName
  175. nameWithType: SaveDialog.FileName
  176. fullName: SaveDialog.FileName
  177. - uid: Terminal.Gui.Toplevel.CanFocus
  178. parent: Terminal.Gui.Toplevel
  179. isExternal: false
  180. name: CanFocus
  181. nameWithType: Toplevel.CanFocus
  182. fullName: Toplevel.CanFocus
  183. - uid: Terminal.Gui.View.HasFocus
  184. parent: Terminal.Gui.View
  185. isExternal: false
  186. name: HasFocus
  187. nameWithType: View.HasFocus
  188. fullName: View.HasFocus
  189. - uid: Terminal.Gui.Window.MouseEvent(Terminal.Gui.MouseEvent)
  190. parent: Terminal.Gui.Window
  191. isExternal: false
  192. name: MouseEvent(MouseEvent)
  193. nameWithType: Window.MouseEvent(MouseEvent)
  194. fullName: Window.MouseEvent(MouseEvent)
  195. - uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  196. parent: Terminal.Gui.View
  197. isExternal: false
  198. name: ProcessColdKey(KeyEvent)
  199. nameWithType: View.ProcessColdKey(KeyEvent)
  200. fullName: View.ProcessColdKey(KeyEvent)
  201. - uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  202. parent: Terminal.Gui.View
  203. isExternal: false
  204. name: ProcessHotKey(KeyEvent)
  205. nameWithType: View.ProcessHotKey(KeyEvent)
  206. fullName: View.ProcessHotKey(KeyEvent)
  207. - uid: Terminal.Gui.Dialog.ProcessKey(Terminal.Gui.KeyEvent)
  208. parent: Terminal.Gui.Dialog
  209. isExternal: false
  210. name: ProcessKey(KeyEvent)
  211. nameWithType: Dialog.ProcessKey(KeyEvent)
  212. fullName: Dialog.ProcessKey(KeyEvent)
  213. - uid: Terminal.Gui.Window.Add(Terminal.Gui.View)
  214. parent: Terminal.Gui.Window
  215. isExternal: false
  216. name: Add(View)
  217. nameWithType: Window.Add(View)
  218. fullName: Window.Add(View)
  219. - uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
  220. parent: Terminal.Gui.View
  221. isExternal: false
  222. name: Add(View[])
  223. nameWithType: View.Add(View[])
  224. fullName: View.Add(View[])
  225. - uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
  226. parent: Terminal.Gui.View
  227. isExternal: false
  228. name: AddRune(Int32, Int32, Rune)
  229. nameWithType: View.AddRune(Int32, Int32, Rune)
  230. fullName: View.AddRune(Int32, Int32, Rune)
  231. - uid: Terminal.Gui.View.Bounds
  232. parent: Terminal.Gui.View
  233. isExternal: false
  234. name: Bounds
  235. nameWithType: View.Bounds
  236. fullName: View.Bounds
  237. - uid: Terminal.Gui.View.ChildNeedsDisplay
  238. parent: Terminal.Gui.View
  239. isExternal: false
  240. name: ChildNeedsDisplay()
  241. nameWithType: View.ChildNeedsDisplay()
  242. fullName: View.ChildNeedsDisplay()
  243. - uid: Terminal.Gui.View.Clear
  244. parent: Terminal.Gui.View
  245. isExternal: false
  246. name: Clear()
  247. nameWithType: View.Clear()
  248. fullName: View.Clear()
  249. - uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
  250. parent: Terminal.Gui.View
  251. isExternal: false
  252. name: Clear(Rect)
  253. nameWithType: View.Clear(Rect)
  254. fullName: View.Clear(Rect)
  255. - uid: Terminal.Gui.View.ClearNeedsDisplay
  256. parent: Terminal.Gui.View
  257. isExternal: false
  258. name: ClearNeedsDisplay()
  259. nameWithType: View.ClearNeedsDisplay()
  260. fullName: View.ClearNeedsDisplay()
  261. - uid: Terminal.Gui.View.ClipToBounds
  262. parent: Terminal.Gui.View
  263. isExternal: false
  264. name: ClipToBounds()
  265. nameWithType: View.ClipToBounds()
  266. fullName: View.ClipToBounds()
  267. - uid: Terminal.Gui.View.ColorScheme
  268. parent: Terminal.Gui.View
  269. isExternal: false
  270. name: ColorScheme
  271. nameWithType: View.ColorScheme
  272. fullName: View.ColorScheme
  273. - uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
  274. parent: Terminal.Gui.View
  275. isExternal: false
  276. name: DrawFrame(Rect, Int32, Boolean)
  277. nameWithType: View.DrawFrame(Rect, Int32, Boolean)
  278. fullName: View.DrawFrame(Rect, Int32, Boolean)
  279. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
  280. parent: Terminal.Gui.View
  281. isExternal: false
  282. name: DrawHotString(ustring, Boolean, ColorScheme)
  283. nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
  284. fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
  285. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  286. parent: Terminal.Gui.View
  287. isExternal: false
  288. name: DrawHotString(ustring, Attribute, Attribute)
  289. nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
  290. fullName: View.DrawHotString(ustring, Attribute, Attribute)
  291. - uid: Terminal.Gui.View.Driver
  292. parent: Terminal.Gui.View
  293. isExternal: false
  294. name: Driver
  295. nameWithType: View.Driver
  296. fullName: View.Driver
  297. - uid: Terminal.Gui.View.EnsureFocus
  298. parent: Terminal.Gui.View
  299. isExternal: false
  300. name: EnsureFocus()
  301. nameWithType: View.EnsureFocus()
  302. fullName: View.EnsureFocus()
  303. - uid: Terminal.Gui.View.Focused
  304. parent: Terminal.Gui.View
  305. isExternal: false
  306. name: Focused
  307. nameWithType: View.Focused
  308. fullName: View.Focused
  309. - uid: Terminal.Gui.View.FocusFirst
  310. parent: Terminal.Gui.View
  311. isExternal: false
  312. name: FocusFirst()
  313. nameWithType: View.FocusFirst()
  314. fullName: View.FocusFirst()
  315. - uid: Terminal.Gui.View.FocusLast
  316. parent: Terminal.Gui.View
  317. isExternal: false
  318. name: FocusLast()
  319. nameWithType: View.FocusLast()
  320. fullName: View.FocusLast()
  321. - uid: Terminal.Gui.View.FocusNext
  322. parent: Terminal.Gui.View
  323. isExternal: false
  324. name: FocusNext()
  325. nameWithType: View.FocusNext()
  326. fullName: View.FocusNext()
  327. - uid: Terminal.Gui.View.FocusPrev
  328. parent: Terminal.Gui.View
  329. isExternal: false
  330. name: FocusPrev()
  331. nameWithType: View.FocusPrev()
  332. fullName: View.FocusPrev()
  333. - uid: Terminal.Gui.View.Frame
  334. parent: Terminal.Gui.View
  335. isExternal: false
  336. name: Frame
  337. nameWithType: View.Frame
  338. fullName: View.Frame
  339. - uid: Terminal.Gui.Window.GetEnumerator
  340. parent: Terminal.Gui.Window
  341. isExternal: false
  342. name: GetEnumerator()
  343. nameWithType: Window.GetEnumerator()
  344. fullName: Window.GetEnumerator()
  345. - uid: Terminal.Gui.View.Height
  346. parent: Terminal.Gui.View
  347. isExternal: false
  348. name: Height
  349. nameWithType: View.Height
  350. fullName: View.Height
  351. - uid: Terminal.Gui.View.Id
  352. parent: Terminal.Gui.View
  353. isExternal: false
  354. name: Id
  355. nameWithType: View.Id
  356. fullName: View.Id
  357. - uid: Terminal.Gui.View.LayoutStyle
  358. parent: Terminal.Gui.View
  359. isExternal: false
  360. name: LayoutStyle
  361. nameWithType: View.LayoutStyle
  362. fullName: View.LayoutStyle
  363. - uid: Terminal.Gui.Dialog.LayoutSubviews
  364. parent: Terminal.Gui.Dialog
  365. isExternal: false
  366. name: LayoutSubviews()
  367. nameWithType: Dialog.LayoutSubviews()
  368. fullName: Dialog.LayoutSubviews()
  369. - uid: Terminal.Gui.View.MostFocused
  370. parent: Terminal.Gui.View
  371. isExternal: false
  372. name: MostFocused
  373. nameWithType: View.MostFocused
  374. fullName: View.MostFocused
  375. - uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
  376. parent: Terminal.Gui.View
  377. isExternal: false
  378. name: Move(Int32, Int32)
  379. nameWithType: View.Move(Int32, Int32)
  380. fullName: View.Move(Int32, Int32)
  381. - uid: Terminal.Gui.View.PositionCursor
  382. parent: Terminal.Gui.View
  383. isExternal: false
  384. name: PositionCursor()
  385. nameWithType: View.PositionCursor()
  386. fullName: View.PositionCursor()
  387. - uid: Terminal.Gui.Window.Redraw(Terminal.Gui.Rect)
  388. parent: Terminal.Gui.Window
  389. isExternal: false
  390. name: Redraw(Rect)
  391. nameWithType: Window.Redraw(Rect)
  392. fullName: Window.Redraw(Rect)
  393. - uid: Terminal.Gui.Window.Remove(Terminal.Gui.View)
  394. parent: Terminal.Gui.Window
  395. isExternal: false
  396. name: Remove(View)
  397. nameWithType: Window.Remove(View)
  398. fullName: Window.Remove(View)
  399. - uid: Terminal.Gui.Window.RemoveAll
  400. parent: Terminal.Gui.Window
  401. isExternal: false
  402. name: RemoveAll()
  403. nameWithType: Window.RemoveAll()
  404. fullName: Window.RemoveAll()
  405. - uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
  406. parent: Terminal.Gui.View
  407. isExternal: false
  408. name: ScreenToView(Int32, Int32)
  409. nameWithType: View.ScreenToView(Int32, Int32)
  410. fullName: View.ScreenToView(Int32, Int32)
  411. - uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
  412. parent: Terminal.Gui.View
  413. isExternal: false
  414. name: SetClip(Rect)
  415. nameWithType: View.SetClip(Rect)
  416. fullName: View.SetClip(Rect)
  417. - uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
  418. parent: Terminal.Gui.View
  419. isExternal: false
  420. name: SetFocus(View)
  421. nameWithType: View.SetFocus(View)
  422. fullName: View.SetFocus(View)
  423. - uid: Terminal.Gui.View.SetNeedsDisplay
  424. parent: Terminal.Gui.View
  425. isExternal: false
  426. name: SetNeedsDisplay()
  427. nameWithType: View.SetNeedsDisplay()
  428. fullName: View.SetNeedsDisplay()
  429. - uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
  430. parent: Terminal.Gui.View
  431. isExternal: false
  432. name: SetNeedsDisplay(Rect)
  433. nameWithType: View.SetNeedsDisplay(Rect)
  434. fullName: View.SetNeedsDisplay(Rect)
  435. - uid: Terminal.Gui.View.Subviews
  436. parent: Terminal.Gui.View
  437. isExternal: false
  438. name: Subviews
  439. nameWithType: View.Subviews
  440. fullName: View.Subviews
  441. - uid: Terminal.Gui.View.SuperView
  442. parent: Terminal.Gui.View
  443. isExternal: false
  444. name: SuperView
  445. nameWithType: View.SuperView
  446. fullName: View.SuperView
  447. - uid: Terminal.Gui.View.ToString
  448. parent: Terminal.Gui.View
  449. isExternal: false
  450. name: ToString()
  451. nameWithType: View.ToString()
  452. fullName: View.ToString()
  453. - uid: Terminal.Gui.View.WantMousePositionReports
  454. parent: Terminal.Gui.View
  455. isExternal: false
  456. name: WantMousePositionReports
  457. nameWithType: View.WantMousePositionReports
  458. fullName: View.WantMousePositionReports
  459. - uid: Terminal.Gui.View.Width
  460. parent: Terminal.Gui.View
  461. isExternal: false
  462. name: Width
  463. nameWithType: View.Width
  464. fullName: View.Width
  465. - uid: Terminal.Gui.View.X
  466. parent: Terminal.Gui.View
  467. isExternal: false
  468. name: X
  469. nameWithType: View.X
  470. fullName: View.X
  471. - uid: Terminal.Gui.View.Y
  472. parent: Terminal.Gui.View
  473. isExternal: false
  474. name: Y
  475. nameWithType: View.Y
  476. fullName: View.Y
  477. - uid: Terminal.Gui.Toplevel.Create
  478. parent: Terminal.Gui.Toplevel
  479. isExternal: false
  480. name: Create()
  481. nameWithType: Toplevel.Create()
  482. fullName: Toplevel.Create()
  483. - uid: Terminal.Gui.Toplevel.Running
  484. parent: Terminal.Gui.Toplevel
  485. isExternal: false
  486. name: Running
  487. nameWithType: Toplevel.Running
  488. fullName: Toplevel.Running
  489. - uid: Terminal.Gui.FileDialog.WillPresent
  490. parent: Terminal.Gui.FileDialog
  491. isExternal: false
  492. name: WillPresent()
  493. nameWithType: FileDialog.WillPresent()
  494. fullName: FileDialog.WillPresent()
  495. - uid: Terminal.Gui.Window.Title
  496. parent: Terminal.Gui.Window
  497. isExternal: false
  498. name: Title
  499. nameWithType: Window.Title
  500. fullName: Window.Title
  501. - uid: Terminal.Gui.Dialog.AddButton(Terminal.Gui.Button)
  502. parent: Terminal.Gui.Dialog
  503. isExternal: false
  504. name: AddButton(Button)
  505. nameWithType: Dialog.AddButton(Button)
  506. fullName: Dialog.AddButton(Button)
  507. - uid: Terminal.Gui.FileDialog.AllowedFileTypes
  508. parent: Terminal.Gui.FileDialog
  509. isExternal: false
  510. name: AllowedFileTypes
  511. nameWithType: FileDialog.AllowedFileTypes
  512. fullName: FileDialog.AllowedFileTypes
  513. - uid: Terminal.Gui.FileDialog.AllowsOtherFileTypes
  514. parent: Terminal.Gui.FileDialog
  515. isExternal: false
  516. name: AllowsOtherFileTypes
  517. nameWithType: FileDialog.AllowsOtherFileTypes
  518. fullName: FileDialog.AllowsOtherFileTypes
  519. - uid: Terminal.Gui.FileDialog.CanCreateDirectories
  520. parent: Terminal.Gui.FileDialog
  521. isExternal: false
  522. name: CanCreateDirectories
  523. nameWithType: FileDialog.CanCreateDirectories
  524. fullName: FileDialog.CanCreateDirectories
  525. - uid: Terminal.Gui.FileDialog.DirectoryPath
  526. parent: Terminal.Gui.FileDialog
  527. isExternal: false
  528. name: DirectoryPath
  529. nameWithType: FileDialog.DirectoryPath
  530. fullName: FileDialog.DirectoryPath
  531. - uid: Terminal.Gui.FileDialog.FilePath
  532. parent: Terminal.Gui.FileDialog
  533. isExternal: false
  534. name: FilePath
  535. nameWithType: FileDialog.FilePath
  536. fullName: FileDialog.FilePath
  537. - uid: Terminal.Gui.FileDialog.IsExtensionHidden
  538. parent: Terminal.Gui.FileDialog
  539. isExternal: false
  540. name: IsExtensionHidden
  541. nameWithType: FileDialog.IsExtensionHidden
  542. fullName: FileDialog.IsExtensionHidden
  543. - uid: Terminal.Gui.FileDialog.Message
  544. parent: Terminal.Gui.FileDialog
  545. isExternal: false
  546. name: Message
  547. nameWithType: FileDialog.Message
  548. fullName: FileDialog.Message
  549. - uid: Terminal.Gui.FileDialog.NameFieldLabel
  550. parent: Terminal.Gui.FileDialog
  551. isExternal: false
  552. name: NameFieldLabel
  553. nameWithType: FileDialog.NameFieldLabel
  554. fullName: FileDialog.NameFieldLabel
  555. - uid: Terminal.Gui.FileDialog.Prompt
  556. parent: Terminal.Gui.FileDialog
  557. isExternal: false
  558. name: Prompt
  559. nameWithType: FileDialog.Prompt
  560. fullName: FileDialog.Prompt