Terminal.Gui.CheckBox.yml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.CheckBox
  4. id: CheckBox
  5. children:
  6. - Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,System.String)
  7. - Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,System.String,System.Boolean)
  8. - Terminal.Gui.CheckBox.Checked
  9. - Terminal.Gui.CheckBox.MouseEvent(Terminal.Gui.MouseEvent)
  10. - Terminal.Gui.CheckBox.PositionCursor
  11. - Terminal.Gui.CheckBox.ProcessKey(Terminal.Gui.KeyEvent)
  12. - Terminal.Gui.CheckBox.Redraw(Terminal.Gui.Rect)
  13. - Terminal.Gui.CheckBox.Text
  14. - Terminal.Gui.CheckBox.Toggled
  15. langs:
  16. - csharp
  17. name: CheckBox
  18. nameWithType: CheckBox
  19. fullName: Terminal.Gui.CheckBox
  20. type: Class
  21. assemblies:
  22. - Terminal.Gui
  23. namespace: Terminal.Gui
  24. summary: The Checkbox View shows an on/off toggle that the user can set
  25. syntax:
  26. content: 'public class CheckBox : Terminal.Gui.View'
  27. inheritance:
  28. - System.Object
  29. - Terminal.Gui.Responder
  30. - Terminal.Gui.View
  31. implements: []
  32. inheritedMembers:
  33. - Terminal.Gui.Responder.CanFocus
  34. - Terminal.Gui.View.Add(Terminal.Gui.View)
  35. - Terminal.Gui.View.Add(Terminal.Gui.View[])
  36. - Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
  37. - Terminal.Gui.View.Bounds
  38. - Terminal.Gui.View.ChildNeedsDisplay
  39. - Terminal.Gui.View.Clear
  40. - Terminal.Gui.View.ClearNeedsDisplay
  41. - Terminal.Gui.View.ColorScheme
  42. - Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
  43. - Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
  44. - Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  45. - Terminal.Gui.View.Driver
  46. - Terminal.Gui.View.EnsureFocus
  47. - Terminal.Gui.View.Focused
  48. - Terminal.Gui.View.FocusFirst
  49. - Terminal.Gui.View.FocusLast
  50. - Terminal.Gui.View.FocusNext
  51. - Terminal.Gui.View.FocusPrev
  52. - Terminal.Gui.View.Frame
  53. - Terminal.Gui.View.GetEnumerator
  54. - Terminal.Gui.View.HasFocus
  55. - Terminal.Gui.View.Id
  56. - Terminal.Gui.View.LayoutSubviews
  57. - Terminal.Gui.View.MostFocused
  58. - Terminal.Gui.View.Move(System.Int32,System.Int32)
  59. - Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  60. - Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  61. - Terminal.Gui.View.Remove(Terminal.Gui.View)
  62. - Terminal.Gui.View.RemoveAll
  63. - Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
  64. - Terminal.Gui.View.SetFocus(Terminal.Gui.View)
  65. - Terminal.Gui.View.SetNeedsDisplay
  66. - Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
  67. - Terminal.Gui.View.Subviews
  68. - Terminal.Gui.View.SuperView
  69. - Terminal.Gui.View.ToString
  70. - Terminal.Gui.View.WantMousePositionReports
  71. - uid: Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,System.String)
  72. id: '#ctor(System.Int32,System.Int32,System.String)'
  73. parent: Terminal.Gui.CheckBox
  74. langs:
  75. - csharp
  76. name: CheckBox(Int32, Int32, String)
  77. nameWithType: CheckBox.CheckBox(Int32, Int32, String)
  78. fullName: CheckBox.CheckBox(Int32, Int32, String)
  79. type: Constructor
  80. assemblies:
  81. - Terminal.Gui
  82. namespace: Terminal.Gui
  83. summary: >-
  84. Public constructor, creates a CheckButton based on
  85. the given text at the given position.
  86. remarks: >-
  87. The size of CheckButton is computed based on the
  88. text length. This CheckButton is not toggled.
  89. syntax:
  90. content: public CheckBox (int x, int y, string s);
  91. parameters:
  92. - id: x
  93. type: System.Int32
  94. description: To be added.
  95. - id: y
  96. type: System.Int32
  97. description: To be added.
  98. - id: s
  99. type: System.String
  100. description: To be added.
  101. overload: Terminal.Gui.CheckBox.#ctor*
  102. exceptions: []
  103. - uid: Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,System.String,System.Boolean)
  104. id: '#ctor(System.Int32,System.Int32,System.String,System.Boolean)'
  105. parent: Terminal.Gui.CheckBox
  106. langs:
  107. - csharp
  108. name: CheckBox(Int32, Int32, String, Boolean)
  109. nameWithType: CheckBox.CheckBox(Int32, Int32, String, Boolean)
  110. fullName: CheckBox.CheckBox(Int32, Int32, String, Boolean)
  111. type: Constructor
  112. assemblies:
  113. - Terminal.Gui
  114. namespace: Terminal.Gui
  115. summary: >-
  116. Public constructor, creates a CheckButton based on
  117. the given text at the given position and a state.
  118. remarks: >-
  119. The size of CheckButton is computed based on the
  120. text length.
  121. syntax:
  122. content: public CheckBox (int x, int y, string s, bool is_checked);
  123. parameters:
  124. - id: x
  125. type: System.Int32
  126. description: To be added.
  127. - id: y
  128. type: System.Int32
  129. description: To be added.
  130. - id: s
  131. type: System.String
  132. description: To be added.
  133. - id: is_checked
  134. type: System.Boolean
  135. description: To be added.
  136. overload: Terminal.Gui.CheckBox.#ctor*
  137. exceptions: []
  138. - uid: Terminal.Gui.CheckBox.Checked
  139. id: Checked
  140. parent: Terminal.Gui.CheckBox
  141. langs:
  142. - csharp
  143. name: Checked
  144. nameWithType: CheckBox.Checked
  145. fullName: CheckBox.Checked
  146. type: Property
  147. assemblies:
  148. - Terminal.Gui
  149. namespace: Terminal.Gui
  150. summary: The state of the checkbox.
  151. syntax:
  152. content: public bool Checked { get; set; }
  153. return:
  154. type: System.Boolean
  155. description: To be added.
  156. overload: Terminal.Gui.CheckBox.Checked*
  157. exceptions: []
  158. - uid: Terminal.Gui.CheckBox.MouseEvent(Terminal.Gui.MouseEvent)
  159. id: MouseEvent(Terminal.Gui.MouseEvent)
  160. parent: Terminal.Gui.CheckBox
  161. langs:
  162. - csharp
  163. name: MouseEvent(MouseEvent)
  164. nameWithType: CheckBox.MouseEvent(MouseEvent)
  165. fullName: CheckBox.MouseEvent(MouseEvent)
  166. type: Method
  167. assemblies:
  168. - Terminal.Gui
  169. namespace: Terminal.Gui
  170. syntax:
  171. content: public override bool MouseEvent (Terminal.Gui.MouseEvent me);
  172. parameters:
  173. - id: me
  174. type: Terminal.Gui.MouseEvent
  175. description: To be added.
  176. return:
  177. type: System.Boolean
  178. description: To be added.
  179. overload: Terminal.Gui.CheckBox.MouseEvent*
  180. exceptions: []
  181. - uid: Terminal.Gui.CheckBox.PositionCursor
  182. id: PositionCursor
  183. parent: Terminal.Gui.CheckBox
  184. langs:
  185. - csharp
  186. name: PositionCursor()
  187. nameWithType: CheckBox.PositionCursor()
  188. fullName: CheckBox.PositionCursor()
  189. type: Method
  190. assemblies:
  191. - Terminal.Gui
  192. namespace: Terminal.Gui
  193. syntax:
  194. content: public override void PositionCursor ();
  195. parameters: []
  196. overload: Terminal.Gui.CheckBox.PositionCursor*
  197. exceptions: []
  198. - uid: Terminal.Gui.CheckBox.ProcessKey(Terminal.Gui.KeyEvent)
  199. id: ProcessKey(Terminal.Gui.KeyEvent)
  200. parent: Terminal.Gui.CheckBox
  201. langs:
  202. - csharp
  203. name: ProcessKey(KeyEvent)
  204. nameWithType: CheckBox.ProcessKey(KeyEvent)
  205. fullName: CheckBox.ProcessKey(KeyEvent)
  206. type: Method
  207. assemblies:
  208. - Terminal.Gui
  209. namespace: Terminal.Gui
  210. syntax:
  211. content: public override bool ProcessKey (Terminal.Gui.KeyEvent kb);
  212. parameters:
  213. - id: kb
  214. type: Terminal.Gui.KeyEvent
  215. description: To be added.
  216. return:
  217. type: System.Boolean
  218. description: To be added.
  219. overload: Terminal.Gui.CheckBox.ProcessKey*
  220. exceptions: []
  221. - uid: Terminal.Gui.CheckBox.Redraw(Terminal.Gui.Rect)
  222. id: Redraw(Terminal.Gui.Rect)
  223. parent: Terminal.Gui.CheckBox
  224. langs:
  225. - csharp
  226. name: Redraw(Rect)
  227. nameWithType: CheckBox.Redraw(Rect)
  228. fullName: CheckBox.Redraw(Rect)
  229. type: Method
  230. assemblies:
  231. - Terminal.Gui
  232. namespace: Terminal.Gui
  233. syntax:
  234. content: public override void Redraw (Terminal.Gui.Rect region);
  235. parameters:
  236. - id: region
  237. type: Terminal.Gui.Rect
  238. description: To be added.
  239. overload: Terminal.Gui.CheckBox.Redraw*
  240. exceptions: []
  241. - uid: Terminal.Gui.CheckBox.Text
  242. id: Text
  243. parent: Terminal.Gui.CheckBox
  244. langs:
  245. - csharp
  246. name: Text
  247. nameWithType: CheckBox.Text
  248. fullName: CheckBox.Text
  249. type: Property
  250. assemblies:
  251. - Terminal.Gui
  252. namespace: Terminal.Gui
  253. summary: The text displayed by this widget.
  254. syntax:
  255. content: public string Text { get; set; }
  256. return:
  257. type: System.String
  258. description: To be added.
  259. overload: Terminal.Gui.CheckBox.Text*
  260. exceptions: []
  261. - uid: Terminal.Gui.CheckBox.Toggled
  262. id: Toggled
  263. parent: Terminal.Gui.CheckBox
  264. langs:
  265. - csharp
  266. name: Toggled
  267. nameWithType: CheckBox.Toggled
  268. fullName: CheckBox.Toggled
  269. type: Event
  270. assemblies:
  271. - Terminal.Gui
  272. namespace: Terminal.Gui
  273. summary: Toggled event, raised when the CheckButton is toggled.
  274. remarks: >-
  275. Client code can hook up to this event, it is
  276. raised when the checkbutton is activated either with
  277. the mouse or the keyboard.
  278. syntax:
  279. content: public event EventHandler Toggled;
  280. return:
  281. type: System.EventHandler
  282. description: To be added.
  283. exceptions: []
  284. references:
  285. - uid: Terminal.Gui.View
  286. parent: Terminal.Gui
  287. isExternal: false
  288. name: View
  289. nameWithType: View
  290. fullName: Terminal.Gui.View
  291. - uid: Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,System.String)
  292. parent: Terminal.Gui.CheckBox
  293. isExternal: false
  294. name: CheckBox(Int32, Int32, String)
  295. nameWithType: CheckBox.CheckBox(Int32, Int32, String)
  296. fullName: CheckBox.CheckBox(Int32, Int32, String)
  297. - uid: System.Int32
  298. parent: System
  299. isExternal: true
  300. name: Int32
  301. nameWithType: Int32
  302. fullName: System.Int32
  303. - uid: System.String
  304. parent: System
  305. isExternal: true
  306. name: String
  307. nameWithType: String
  308. fullName: System.String
  309. - uid: Terminal.Gui.CheckBox.#ctor(System.Int32,System.Int32,System.String,System.Boolean)
  310. parent: Terminal.Gui.CheckBox
  311. isExternal: false
  312. name: CheckBox(Int32, Int32, String, Boolean)
  313. nameWithType: CheckBox.CheckBox(Int32, Int32, String, Boolean)
  314. fullName: CheckBox.CheckBox(Int32, Int32, String, Boolean)
  315. - uid: System.Boolean
  316. parent: System
  317. isExternal: true
  318. name: Boolean
  319. nameWithType: Boolean
  320. fullName: System.Boolean
  321. - uid: Terminal.Gui.CheckBox.Checked
  322. parent: Terminal.Gui.CheckBox
  323. isExternal: false
  324. name: Checked
  325. nameWithType: CheckBox.Checked
  326. fullName: CheckBox.Checked
  327. - uid: Terminal.Gui.CheckBox.MouseEvent(Terminal.Gui.MouseEvent)
  328. parent: Terminal.Gui.CheckBox
  329. isExternal: false
  330. name: MouseEvent(MouseEvent)
  331. nameWithType: CheckBox.MouseEvent(MouseEvent)
  332. fullName: CheckBox.MouseEvent(MouseEvent)
  333. - uid: Terminal.Gui.MouseEvent
  334. parent: Terminal.Gui
  335. isExternal: false
  336. name: MouseEvent
  337. nameWithType: MouseEvent
  338. fullName: Terminal.Gui.MouseEvent
  339. - uid: Terminal.Gui.CheckBox.PositionCursor
  340. parent: Terminal.Gui.CheckBox
  341. isExternal: false
  342. name: PositionCursor()
  343. nameWithType: CheckBox.PositionCursor()
  344. fullName: CheckBox.PositionCursor()
  345. - uid: Terminal.Gui.CheckBox.ProcessKey(Terminal.Gui.KeyEvent)
  346. parent: Terminal.Gui.CheckBox
  347. isExternal: false
  348. name: ProcessKey(KeyEvent)
  349. nameWithType: CheckBox.ProcessKey(KeyEvent)
  350. fullName: CheckBox.ProcessKey(KeyEvent)
  351. - uid: Terminal.Gui.KeyEvent
  352. parent: Terminal.Gui
  353. isExternal: false
  354. name: KeyEvent
  355. nameWithType: KeyEvent
  356. fullName: Terminal.Gui.KeyEvent
  357. - uid: Terminal.Gui.CheckBox.Redraw(Terminal.Gui.Rect)
  358. parent: Terminal.Gui.CheckBox
  359. isExternal: false
  360. name: Redraw(Rect)
  361. nameWithType: CheckBox.Redraw(Rect)
  362. fullName: CheckBox.Redraw(Rect)
  363. - uid: Terminal.Gui.Rect
  364. parent: Terminal.Gui
  365. isExternal: false
  366. name: Rect
  367. nameWithType: Rect
  368. fullName: Terminal.Gui.Rect
  369. - uid: Terminal.Gui.CheckBox.Text
  370. parent: Terminal.Gui.CheckBox
  371. isExternal: false
  372. name: Text
  373. nameWithType: CheckBox.Text
  374. fullName: CheckBox.Text
  375. - uid: Terminal.Gui.CheckBox.Toggled
  376. parent: Terminal.Gui.CheckBox
  377. isExternal: false
  378. name: Toggled
  379. nameWithType: CheckBox.Toggled
  380. fullName: CheckBox.Toggled
  381. - uid: System.EventHandler
  382. parent: System
  383. isExternal: true
  384. name: EventHandler
  385. nameWithType: EventHandler
  386. fullName: System.EventHandler
  387. - uid: Terminal.Gui.CheckBox.#ctor*
  388. parent: Terminal.Gui.CheckBox
  389. isExternal: false
  390. name: CheckBox
  391. nameWithType: CheckBox.CheckBox
  392. fullName: CheckBox.CheckBox
  393. - uid: Terminal.Gui.CheckBox.Checked*
  394. parent: Terminal.Gui.CheckBox
  395. isExternal: false
  396. name: Checked
  397. nameWithType: CheckBox.Checked
  398. fullName: CheckBox.Checked
  399. - uid: Terminal.Gui.CheckBox.MouseEvent*
  400. parent: Terminal.Gui.CheckBox
  401. isExternal: false
  402. name: MouseEvent
  403. nameWithType: CheckBox.MouseEvent
  404. fullName: CheckBox.MouseEvent
  405. - uid: Terminal.Gui.CheckBox.PositionCursor*
  406. parent: Terminal.Gui.CheckBox
  407. isExternal: false
  408. name: PositionCursor
  409. nameWithType: CheckBox.PositionCursor
  410. fullName: CheckBox.PositionCursor
  411. - uid: Terminal.Gui.CheckBox.ProcessKey*
  412. parent: Terminal.Gui.CheckBox
  413. isExternal: false
  414. name: ProcessKey
  415. nameWithType: CheckBox.ProcessKey
  416. fullName: CheckBox.ProcessKey
  417. - uid: Terminal.Gui.CheckBox.Redraw*
  418. parent: Terminal.Gui.CheckBox
  419. isExternal: false
  420. name: Redraw
  421. nameWithType: CheckBox.Redraw
  422. fullName: CheckBox.Redraw
  423. - uid: Terminal.Gui.CheckBox.Text*
  424. parent: Terminal.Gui.CheckBox
  425. isExternal: false
  426. name: Text
  427. nameWithType: CheckBox.Text
  428. fullName: CheckBox.Text
  429. - uid: Terminal.Gui.Responder.CanFocus
  430. parent: Terminal.Gui.Responder
  431. isExternal: false
  432. name: CanFocus
  433. nameWithType: Responder.CanFocus
  434. fullName: Responder.CanFocus
  435. - uid: Terminal.Gui.View.HasFocus
  436. parent: Terminal.Gui.View
  437. isExternal: false
  438. name: HasFocus
  439. nameWithType: View.HasFocus
  440. fullName: View.HasFocus
  441. - uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  442. parent: Terminal.Gui.View
  443. isExternal: false
  444. name: ProcessColdKey(KeyEvent)
  445. nameWithType: View.ProcessColdKey(KeyEvent)
  446. fullName: View.ProcessColdKey(KeyEvent)
  447. - uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  448. parent: Terminal.Gui.View
  449. isExternal: false
  450. name: ProcessHotKey(KeyEvent)
  451. nameWithType: View.ProcessHotKey(KeyEvent)
  452. fullName: View.ProcessHotKey(KeyEvent)
  453. - uid: Terminal.Gui.View.Add(Terminal.Gui.View)
  454. parent: Terminal.Gui.View
  455. isExternal: false
  456. name: Add(View)
  457. nameWithType: View.Add(View)
  458. fullName: View.Add(View)
  459. - uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
  460. parent: Terminal.Gui.View
  461. isExternal: false
  462. name: Add(View[])
  463. nameWithType: View.Add(View[])
  464. fullName: View.Add(View[])
  465. - uid: Terminal.Gui.View.AddCh(System.Int32,System.Int32,System.Int32)
  466. parent: Terminal.Gui.View
  467. isExternal: false
  468. name: AddCh(Int32, Int32, Int32)
  469. nameWithType: View.AddCh(Int32, Int32, Int32)
  470. fullName: View.AddCh(Int32, Int32, Int32)
  471. - uid: Terminal.Gui.View.Bounds
  472. parent: Terminal.Gui.View
  473. isExternal: false
  474. name: Bounds
  475. nameWithType: View.Bounds
  476. fullName: View.Bounds
  477. - uid: Terminal.Gui.View.ChildNeedsDisplay
  478. parent: Terminal.Gui.View
  479. isExternal: false
  480. name: ChildNeedsDisplay()
  481. nameWithType: View.ChildNeedsDisplay()
  482. fullName: View.ChildNeedsDisplay()
  483. - uid: Terminal.Gui.View.Clear
  484. parent: Terminal.Gui.View
  485. isExternal: false
  486. name: Clear()
  487. nameWithType: View.Clear()
  488. fullName: View.Clear()
  489. - uid: Terminal.Gui.View.ClearNeedsDisplay
  490. parent: Terminal.Gui.View
  491. isExternal: false
  492. name: ClearNeedsDisplay()
  493. nameWithType: View.ClearNeedsDisplay()
  494. fullName: View.ClearNeedsDisplay()
  495. - uid: Terminal.Gui.View.ColorScheme
  496. parent: Terminal.Gui.View
  497. isExternal: false
  498. name: ColorScheme
  499. nameWithType: View.ColorScheme
  500. fullName: View.ColorScheme
  501. - uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Boolean)
  502. parent: Terminal.Gui.View
  503. isExternal: false
  504. name: DrawFrame(Rect, Boolean)
  505. nameWithType: View.DrawFrame(Rect, Boolean)
  506. fullName: View.DrawFrame(Rect, Boolean)
  507. - uid: Terminal.Gui.View.DrawHotString(System.String,System.Boolean,Terminal.Gui.ColorScheme)
  508. parent: Terminal.Gui.View
  509. isExternal: false
  510. name: DrawHotString(String, Boolean, ColorScheme)
  511. nameWithType: View.DrawHotString(String, Boolean, ColorScheme)
  512. fullName: View.DrawHotString(String, Boolean, ColorScheme)
  513. - uid: Terminal.Gui.View.DrawHotString(System.String,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  514. parent: Terminal.Gui.View
  515. isExternal: false
  516. name: DrawHotString(String, Attribute, Attribute)
  517. nameWithType: View.DrawHotString(String, Attribute, Attribute)
  518. fullName: View.DrawHotString(String, Attribute, Attribute)
  519. - uid: Terminal.Gui.View.Driver
  520. parent: Terminal.Gui.View
  521. isExternal: false
  522. name: Driver
  523. nameWithType: View.Driver
  524. fullName: View.Driver
  525. - uid: Terminal.Gui.View.EnsureFocus
  526. parent: Terminal.Gui.View
  527. isExternal: false
  528. name: EnsureFocus()
  529. nameWithType: View.EnsureFocus()
  530. fullName: View.EnsureFocus()
  531. - uid: Terminal.Gui.View.Focused
  532. parent: Terminal.Gui.View
  533. isExternal: false
  534. name: Focused
  535. nameWithType: View.Focused
  536. fullName: View.Focused
  537. - uid: Terminal.Gui.View.FocusFirst
  538. parent: Terminal.Gui.View
  539. isExternal: false
  540. name: FocusFirst()
  541. nameWithType: View.FocusFirst()
  542. fullName: View.FocusFirst()
  543. - uid: Terminal.Gui.View.FocusLast
  544. parent: Terminal.Gui.View
  545. isExternal: false
  546. name: FocusLast()
  547. nameWithType: View.FocusLast()
  548. fullName: View.FocusLast()
  549. - uid: Terminal.Gui.View.FocusNext
  550. parent: Terminal.Gui.View
  551. isExternal: false
  552. name: FocusNext()
  553. nameWithType: View.FocusNext()
  554. fullName: View.FocusNext()
  555. - uid: Terminal.Gui.View.FocusPrev
  556. parent: Terminal.Gui.View
  557. isExternal: false
  558. name: FocusPrev()
  559. nameWithType: View.FocusPrev()
  560. fullName: View.FocusPrev()
  561. - uid: Terminal.Gui.View.Frame
  562. parent: Terminal.Gui.View
  563. isExternal: false
  564. name: Frame
  565. nameWithType: View.Frame
  566. fullName: View.Frame
  567. - uid: Terminal.Gui.View.GetEnumerator
  568. parent: Terminal.Gui.View
  569. isExternal: false
  570. name: GetEnumerator()
  571. nameWithType: View.GetEnumerator()
  572. fullName: View.GetEnumerator()
  573. - uid: Terminal.Gui.View.Id
  574. parent: Terminal.Gui.View
  575. isExternal: false
  576. name: Id
  577. nameWithType: View.Id
  578. fullName: View.Id
  579. - uid: Terminal.Gui.View.LayoutSubviews
  580. parent: Terminal.Gui.View
  581. isExternal: false
  582. name: LayoutSubviews()
  583. nameWithType: View.LayoutSubviews()
  584. fullName: View.LayoutSubviews()
  585. - uid: Terminal.Gui.View.MostFocused
  586. parent: Terminal.Gui.View
  587. isExternal: false
  588. name: MostFocused
  589. nameWithType: View.MostFocused
  590. fullName: View.MostFocused
  591. - uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
  592. parent: Terminal.Gui.View
  593. isExternal: false
  594. name: Move(Int32, Int32)
  595. nameWithType: View.Move(Int32, Int32)
  596. fullName: View.Move(Int32, Int32)
  597. - uid: Terminal.Gui.View.Remove(Terminal.Gui.View)
  598. parent: Terminal.Gui.View
  599. isExternal: false
  600. name: Remove(View)
  601. nameWithType: View.Remove(View)
  602. fullName: View.Remove(View)
  603. - uid: Terminal.Gui.View.RemoveAll
  604. parent: Terminal.Gui.View
  605. isExternal: false
  606. name: RemoveAll()
  607. nameWithType: View.RemoveAll()
  608. fullName: View.RemoveAll()
  609. - uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
  610. parent: Terminal.Gui.View
  611. isExternal: false
  612. name: ScreenToView(Int32, Int32)
  613. nameWithType: View.ScreenToView(Int32, Int32)
  614. fullName: View.ScreenToView(Int32, Int32)
  615. - uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
  616. parent: Terminal.Gui.View
  617. isExternal: false
  618. name: SetFocus(View)
  619. nameWithType: View.SetFocus(View)
  620. fullName: View.SetFocus(View)
  621. - uid: Terminal.Gui.View.SetNeedsDisplay
  622. parent: Terminal.Gui.View
  623. isExternal: false
  624. name: SetNeedsDisplay()
  625. nameWithType: View.SetNeedsDisplay()
  626. fullName: View.SetNeedsDisplay()
  627. - uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
  628. parent: Terminal.Gui.View
  629. isExternal: false
  630. name: SetNeedsDisplay(Rect)
  631. nameWithType: View.SetNeedsDisplay(Rect)
  632. fullName: View.SetNeedsDisplay(Rect)
  633. - uid: Terminal.Gui.View.Subviews
  634. parent: Terminal.Gui.View
  635. isExternal: false
  636. name: Subviews
  637. nameWithType: View.Subviews
  638. fullName: View.Subviews
  639. - uid: Terminal.Gui.View.SuperView
  640. parent: Terminal.Gui.View
  641. isExternal: false
  642. name: SuperView
  643. nameWithType: View.SuperView
  644. fullName: View.SuperView
  645. - uid: Terminal.Gui.View.ToString
  646. parent: Terminal.Gui.View
  647. isExternal: false
  648. name: ToString()
  649. nameWithType: View.ToString()
  650. fullName: View.ToString()
  651. - uid: Terminal.Gui.View.WantMousePositionReports
  652. parent: Terminal.Gui.View
  653. isExternal: false
  654. name: WantMousePositionReports
  655. nameWithType: View.WantMousePositionReports
  656. fullName: View.WantMousePositionReports