Terminal.Gui.ScrollBarView.yml 19 KB

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