Files
Terminal.Gui/docfx/api/Terminal.Gui/Terminal.Gui.MenuBar.yml
2020-05-23 02:30:00 -06:00

2834 lines
78 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Terminal.Gui.MenuBar
commentId: T:Terminal.Gui.MenuBar
id: MenuBar
parent: Terminal.Gui
children:
- Terminal.Gui.MenuBar.#ctor(Terminal.Gui.MenuBarItem[])
- Terminal.Gui.MenuBar.LastFocused
- Terminal.Gui.MenuBar.MenuOpen
- Terminal.Gui.MenuBar.Menus
- Terminal.Gui.MenuBar.MouseEvent(Terminal.Gui.MouseEvent)
- Terminal.Gui.MenuBar.OnCloseMenu
- Terminal.Gui.MenuBar.OnKeyDown(Terminal.Gui.KeyEvent)
- Terminal.Gui.MenuBar.OnKeyUp(Terminal.Gui.KeyEvent)
- Terminal.Gui.MenuBar.OnOpenMenu
- Terminal.Gui.MenuBar.PositionCursor
- Terminal.Gui.MenuBar.ProcessHotKey(Terminal.Gui.KeyEvent)
- Terminal.Gui.MenuBar.ProcessKey(Terminal.Gui.KeyEvent)
- Terminal.Gui.MenuBar.Redraw(Terminal.Gui.Rect)
- Terminal.Gui.MenuBar.UseKeysUpDownAsKeysLeftRight
langs:
- csharp
- vb
name: MenuBar
nameWithType: MenuBar
fullName: Terminal.Gui.MenuBar
type: Class
source:
remote:
path: Terminal.Gui/Views/Menu.cs
branch: docs
repo: tig:tig/gui.cs.git
id: MenuBar
path: ../Terminal.Gui/Views/Menu.cs
startLine: 533
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
summary: "\nThe MenuBar provides a menu for Terminal.Gui applications. \n"
remarks: "\n<p>\nThe <xref href=\"Terminal.Gui.MenuBar\" data-throw-if-not-resolved=\"false\"></xref> appears on the first row of the terminal.\n</p>\n<p>\nThe <xref href=\"Terminal.Gui.MenuBar\" data-throw-if-not-resolved=\"false\"></xref> provides global hotkeys for the application.\n</p>\n"
example: []
syntax:
content: 'public class MenuBar : View, IEnumerable'
content.vb: >-
Public Class MenuBar
Inherits View
Implements IEnumerable
inheritance:
- System.Object
- Terminal.Gui.Responder
- Terminal.Gui.View
implements:
- System.Collections.IEnumerable
inheritedMembers:
- Terminal.Gui.View.Enter
- Terminal.Gui.View.Leave
- Terminal.Gui.View.MouseEnter
- Terminal.Gui.View.MouseLeave
- Terminal.Gui.View.Driver
- Terminal.Gui.View.Subviews
- Terminal.Gui.View.Id
- Terminal.Gui.View.WantMousePositionReports
- Terminal.Gui.View.WantContinuousButtonPressed
- Terminal.Gui.View.Frame
- Terminal.Gui.View.GetEnumerator
- Terminal.Gui.View.LayoutStyle
- Terminal.Gui.View.Bounds
- Terminal.Gui.View.X
- Terminal.Gui.View.Y
- Terminal.Gui.View.Width
- Terminal.Gui.View.Height
- Terminal.Gui.View.SuperView
- Terminal.Gui.View.SetNeedsDisplay
- Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
- Terminal.Gui.View.ChildNeedsDisplay
- Terminal.Gui.View.Add(Terminal.Gui.View)
- Terminal.Gui.View.Add(Terminal.Gui.View[])
- Terminal.Gui.View.RemoveAll
- Terminal.Gui.View.Remove(Terminal.Gui.View)
- Terminal.Gui.View.BringSubviewToFront(Terminal.Gui.View)
- Terminal.Gui.View.SendSubviewToBack(Terminal.Gui.View)
- Terminal.Gui.View.SendSubviewBackwards(Terminal.Gui.View)
- Terminal.Gui.View.BringSubviewForward(Terminal.Gui.View)
- Terminal.Gui.View.Clear
- Terminal.Gui.View.Clear(Terminal.Gui.Rect)
- Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
- Terminal.Gui.View.ClipToBounds
- Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
- Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
- Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
- Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
- Terminal.Gui.View.Move(System.Int32,System.Int32)
- Terminal.Gui.View.HasFocus
- Terminal.Gui.View.OnEnter
- Terminal.Gui.View.OnLeave
- Terminal.Gui.View.Focused
- Terminal.Gui.View.MostFocused
- Terminal.Gui.View.ColorScheme
- Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
- Terminal.Gui.View.ClearNeedsDisplay
- Terminal.Gui.View.SetFocus(Terminal.Gui.View)
- Terminal.Gui.View.KeyPress
- Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
- Terminal.Gui.View.KeyDown
- Terminal.Gui.View.KeyUp
- Terminal.Gui.View.EnsureFocus
- Terminal.Gui.View.FocusFirst
- Terminal.Gui.View.FocusLast
- Terminal.Gui.View.FocusPrev
- Terminal.Gui.View.FocusNext
- Terminal.Gui.View.LayoutSubviews
- Terminal.Gui.View.ToString
- Terminal.Gui.View.OnMouseEnter(Terminal.Gui.MouseEvent)
- Terminal.Gui.View.OnMouseLeave(Terminal.Gui.MouseEvent)
- Terminal.Gui.Responder.CanFocus
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
- uid: Terminal.Gui.MenuBar.Menus
commentId: P:Terminal.Gui.MenuBar.Menus
id: Menus
parent: Terminal.Gui.MenuBar
langs:
- csharp
- vb
name: Menus
nameWithType: MenuBar.Menus
fullName: Terminal.Gui.MenuBar.Menus
type: Property
source:
remote:
path: Terminal.Gui/Views/Menu.cs
branch: docs
repo: tig:tig/gui.cs.git
id: Menus
path: ../Terminal.Gui/Views/Menu.cs
startLine: 538
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
summary: "\nGets or sets the array of <xref href=\"Terminal.Gui.MenuBarItem\" data-throw-if-not-resolved=\"false\"></xref>s for the menu. Only set this when the <xref href=\"Terminal.Gui.MenuBar\" data-throw-if-not-resolved=\"false\"></xref> is vislble.\n"
example: []
syntax:
content: public MenuBarItem[] Menus { get; set; }
parameters: []
return:
type: Terminal.Gui.MenuBarItem[]
description: The menu array.
content.vb: Public Property Menus As MenuBarItem()
overload: Terminal.Gui.MenuBar.Menus*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Terminal.Gui.MenuBar.UseKeysUpDownAsKeysLeftRight
commentId: P:Terminal.Gui.MenuBar.UseKeysUpDownAsKeysLeftRight
id: UseKeysUpDownAsKeysLeftRight
parent: Terminal.Gui.MenuBar
langs:
- csharp
- vb
name: UseKeysUpDownAsKeysLeftRight
nameWithType: MenuBar.UseKeysUpDownAsKeysLeftRight
fullName: Terminal.Gui.MenuBar.UseKeysUpDownAsKeysLeftRight
type: Property
source:
remote:
path: Terminal.Gui/Views/Menu.cs
branch: docs
repo: tig:tig/gui.cs.git
id: UseKeysUpDownAsKeysLeftRight
path: ../Terminal.Gui/Views/Menu.cs
startLine: 547
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
summary: "\nUsed for change the navigation key style.\n"
example: []
syntax:
content: public bool UseKeysUpDownAsKeysLeftRight { get; set; }
parameters: []
return:
type: System.Boolean
content.vb: Public Property UseKeysUpDownAsKeysLeftRight As Boolean
overload: Terminal.Gui.MenuBar.UseKeysUpDownAsKeysLeftRight*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Terminal.Gui.MenuBar.#ctor(Terminal.Gui.MenuBarItem[])
commentId: M:Terminal.Gui.MenuBar.#ctor(Terminal.Gui.MenuBarItem[])
id: '#ctor(Terminal.Gui.MenuBarItem[])'
parent: Terminal.Gui.MenuBar
langs:
- csharp
- vb
name: MenuBar(MenuBarItem[])
nameWithType: MenuBar.MenuBar(MenuBarItem[])
fullName: Terminal.Gui.MenuBar.MenuBar(Terminal.Gui.MenuBarItem[])
type: Constructor
source:
remote:
path: Terminal.Gui/Views/Menu.cs
branch: docs
repo: tig:tig/gui.cs.git
id: .ctor
path: ../Terminal.Gui/Views/Menu.cs
startLine: 553
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
summary: "\nInitializes a new instance of the <xref href=\"Terminal.Gui.MenuBar\" data-throw-if-not-resolved=\"false\"></xref> class with the specified set of toplevel menu items.\n"
example: []
syntax:
content: public MenuBar(MenuBarItem[] menus)
parameters:
- id: menus
type: Terminal.Gui.MenuBarItem[]
description: Individual menu items; a null item will result in a separator being drawn.
content.vb: Public Sub New(menus As MenuBarItem())
overload: Terminal.Gui.MenuBar.#ctor*
nameWithType.vb: MenuBar.MenuBar(MenuBarItem())
modifiers.csharp:
- public
modifiers.vb:
- Public
fullName.vb: Terminal.Gui.MenuBar.MenuBar(Terminal.Gui.MenuBarItem())
name.vb: MenuBar(MenuBarItem())
- uid: Terminal.Gui.MenuBar.OnKeyDown(Terminal.Gui.KeyEvent)
commentId: M:Terminal.Gui.MenuBar.OnKeyDown(Terminal.Gui.KeyEvent)
id: OnKeyDown(Terminal.Gui.KeyEvent)
parent: Terminal.Gui.MenuBar
langs:
- csharp
- vb
name: OnKeyDown(KeyEvent)
nameWithType: MenuBar.OnKeyDown(KeyEvent)
fullName: Terminal.Gui.MenuBar.OnKeyDown(Terminal.Gui.KeyEvent)
type: Method
source:
remote:
path: Terminal.Gui/Views/Menu.cs
branch: docs
repo: tig:tig/gui.cs.git
id: OnKeyDown
path: ../Terminal.Gui/Views/Menu.cs
startLine: 571
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
example: []
syntax:
content: public override bool OnKeyDown(KeyEvent keyEvent)
parameters:
- id: keyEvent
type: Terminal.Gui.KeyEvent
return:
type: System.Boolean
content.vb: Public Overrides Function OnKeyDown(keyEvent As KeyEvent) As Boolean
overridden: Terminal.Gui.View.OnKeyDown(Terminal.Gui.KeyEvent)
overload: Terminal.Gui.MenuBar.OnKeyDown*
modifiers.csharp:
- public
- override
modifiers.vb:
- Public
- Overrides
- uid: Terminal.Gui.MenuBar.OnKeyUp(Terminal.Gui.KeyEvent)
commentId: M:Terminal.Gui.MenuBar.OnKeyUp(Terminal.Gui.KeyEvent)
id: OnKeyUp(Terminal.Gui.KeyEvent)
parent: Terminal.Gui.MenuBar
langs:
- csharp
- vb
name: OnKeyUp(KeyEvent)
nameWithType: MenuBar.OnKeyUp(KeyEvent)
fullName: Terminal.Gui.MenuBar.OnKeyUp(Terminal.Gui.KeyEvent)
type: Method
source:
remote:
path: Terminal.Gui/Views/Menu.cs
branch: docs
repo: tig:tig/gui.cs.git
id: OnKeyUp
path: ../Terminal.Gui/Views/Menu.cs
startLine: 582
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
example: []
syntax:
content: public override bool OnKeyUp(KeyEvent keyEvent)
parameters:
- id: keyEvent
type: Terminal.Gui.KeyEvent
return:
type: System.Boolean
content.vb: Public Overrides Function OnKeyUp(keyEvent As KeyEvent) As Boolean
overridden: Terminal.Gui.View.OnKeyUp(Terminal.Gui.KeyEvent)
overload: Terminal.Gui.MenuBar.OnKeyUp*
modifiers.csharp:
- public
- override
modifiers.vb:
- Public
- Overrides
- uid: Terminal.Gui.MenuBar.Redraw(Terminal.Gui.Rect)
commentId: M:Terminal.Gui.MenuBar.Redraw(Terminal.Gui.Rect)
id: Redraw(Terminal.Gui.Rect)
parent: Terminal.Gui.MenuBar
langs:
- csharp
- vb
name: Redraw(Rect)
nameWithType: MenuBar.Redraw(Rect)
fullName: Terminal.Gui.MenuBar.Redraw(Terminal.Gui.Rect)
type: Method
source:
remote:
path: Terminal.Gui/Views/Menu.cs
branch: docs
repo: tig:tig/gui.cs.git
id: Redraw
path: ../Terminal.Gui/Views/Menu.cs
startLine: 623
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
example: []
syntax:
content: public override void Redraw(Rect region)
parameters:
- id: region
type: Terminal.Gui.Rect
content.vb: Public Overrides Sub Redraw(region As Rect)
overridden: Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
overload: Terminal.Gui.MenuBar.Redraw*
modifiers.csharp:
- public
- override
modifiers.vb:
- Public
- Overrides
- uid: Terminal.Gui.MenuBar.PositionCursor
commentId: M:Terminal.Gui.MenuBar.PositionCursor
id: PositionCursor
parent: Terminal.Gui.MenuBar
langs:
- csharp
- vb
name: PositionCursor()
nameWithType: MenuBar.PositionCursor()
fullName: Terminal.Gui.MenuBar.PositionCursor()
type: Method
source:
remote:
path: Terminal.Gui/Views/Menu.cs
branch: docs
repo: tig:tig/gui.cs.git
id: PositionCursor
path: ../Terminal.Gui/Views/Menu.cs
startLine: 654
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
example: []
syntax:
content: public override void PositionCursor()
content.vb: Public Overrides Sub PositionCursor
overridden: Terminal.Gui.View.PositionCursor
overload: Terminal.Gui.MenuBar.PositionCursor*
modifiers.csharp:
- public
- override
modifiers.vb:
- Public
- Overrides
- uid: Terminal.Gui.MenuBar.OnOpenMenu
commentId: E:Terminal.Gui.MenuBar.OnOpenMenu
id: OnOpenMenu
parent: Terminal.Gui.MenuBar
langs:
- csharp
- vb
name: OnOpenMenu
nameWithType: MenuBar.OnOpenMenu
fullName: Terminal.Gui.MenuBar.OnOpenMenu
type: Event
source:
remote:
path: Terminal.Gui/Views/Menu.cs
branch: docs
repo: tig:tig/gui.cs.git
id: OnOpenMenu
path: ../Terminal.Gui/Views/Menu.cs
startLine: 684
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
summary: "\nRaised as a menu is opened.\n"
example: []
syntax:
content: public event EventHandler OnOpenMenu
return:
type: System.EventHandler
content.vb: Public Event OnOpenMenu As EventHandler
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Terminal.Gui.MenuBar.OnCloseMenu
commentId: E:Terminal.Gui.MenuBar.OnCloseMenu
id: OnCloseMenu
parent: Terminal.Gui.MenuBar
langs:
- csharp
- vb
name: OnCloseMenu
nameWithType: MenuBar.OnCloseMenu
fullName: Terminal.Gui.MenuBar.OnCloseMenu
type: Event
source:
remote:
path: Terminal.Gui/Views/Menu.cs
branch: docs
repo: tig:tig/gui.cs.git
id: OnCloseMenu
path: ../Terminal.Gui/Views/Menu.cs
startLine: 689
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
summary: "\nRaised when a menu is closing.\n"
example: []
syntax:
content: public event EventHandler OnCloseMenu
return:
type: System.EventHandler
content.vb: Public Event OnCloseMenu As EventHandler
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Terminal.Gui.MenuBar.MenuOpen
commentId: P:Terminal.Gui.MenuBar.MenuOpen
id: MenuOpen
parent: Terminal.Gui.MenuBar
langs:
- csharp
- vb
name: MenuOpen
nameWithType: MenuBar.MenuOpen
fullName: Terminal.Gui.MenuBar.MenuOpen
type: Property
source:
remote:
path: Terminal.Gui/Views/Menu.cs
branch: docs
repo: tig:tig/gui.cs.git
id: MenuOpen
path: ../Terminal.Gui/Views/Menu.cs
startLine: 702
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
summary: "\nTrue of the menu is open; otherwise false.\n"
example: []
syntax:
content: public bool MenuOpen { get; set; }
parameters: []
return:
type: System.Boolean
content.vb: Public Property MenuOpen As Boolean
overload: Terminal.Gui.MenuBar.MenuOpen*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Terminal.Gui.MenuBar.LastFocused
commentId: P:Terminal.Gui.MenuBar.LastFocused
id: LastFocused
parent: Terminal.Gui.MenuBar
langs:
- csharp
- vb
name: LastFocused
nameWithType: MenuBar.LastFocused
fullName: Terminal.Gui.MenuBar.LastFocused
type: Property
source:
remote:
path: Terminal.Gui/Views/Menu.cs
branch: docs
repo: tig:tig/gui.cs.git
id: LastFocused
path: ../Terminal.Gui/Views/Menu.cs
startLine: 709
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
summary: "\nGet the lasted focused view before open the menu.\n"
example: []
syntax:
content: public View LastFocused { get; }
parameters: []
return:
type: Terminal.Gui.View
content.vb: Public ReadOnly Property LastFocused As View
overload: Terminal.Gui.MenuBar.LastFocused*
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
- uid: Terminal.Gui.MenuBar.ProcessHotKey(Terminal.Gui.KeyEvent)
commentId: M:Terminal.Gui.MenuBar.ProcessHotKey(Terminal.Gui.KeyEvent)
id: ProcessHotKey(Terminal.Gui.KeyEvent)
parent: Terminal.Gui.MenuBar
langs:
- csharp
- vb
name: ProcessHotKey(KeyEvent)
nameWithType: MenuBar.ProcessHotKey(KeyEvent)
fullName: Terminal.Gui.MenuBar.ProcessHotKey(Terminal.Gui.KeyEvent)
type: Method
source:
remote:
path: Terminal.Gui/Views/Menu.cs
branch: docs
repo: tig:tig/gui.cs.git
id: ProcessHotKey
path: ../Terminal.Gui/Views/Menu.cs
startLine: 992
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
example: []
syntax:
content: public override bool ProcessHotKey(KeyEvent kb)
parameters:
- id: kb
type: Terminal.Gui.KeyEvent
return:
type: System.Boolean
content.vb: Public Overrides Function ProcessHotKey(kb As KeyEvent) As Boolean
overridden: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
overload: Terminal.Gui.MenuBar.ProcessHotKey*
modifiers.csharp:
- public
- override
modifiers.vb:
- Public
- Overrides
- uid: Terminal.Gui.MenuBar.ProcessKey(Terminal.Gui.KeyEvent)
commentId: M:Terminal.Gui.MenuBar.ProcessKey(Terminal.Gui.KeyEvent)
id: ProcessKey(Terminal.Gui.KeyEvent)
parent: Terminal.Gui.MenuBar
langs:
- csharp
- vb
name: ProcessKey(KeyEvent)
nameWithType: MenuBar.ProcessKey(KeyEvent)
fullName: Terminal.Gui.MenuBar.ProcessKey(Terminal.Gui.KeyEvent)
type: Method
source:
remote:
path: Terminal.Gui/Views/Menu.cs
branch: docs
repo: tig:tig/gui.cs.git
id: ProcessKey
path: ../Terminal.Gui/Views/Menu.cs
startLine: 1017
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
example: []
syntax:
content: public override bool ProcessKey(KeyEvent kb)
parameters:
- id: kb
type: Terminal.Gui.KeyEvent
return:
type: System.Boolean
content.vb: Public Overrides Function ProcessKey(kb As KeyEvent) As Boolean
overridden: Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
overload: Terminal.Gui.MenuBar.ProcessKey*
modifiers.csharp:
- public
- override
modifiers.vb:
- Public
- Overrides
- uid: Terminal.Gui.MenuBar.MouseEvent(Terminal.Gui.MouseEvent)
commentId: M:Terminal.Gui.MenuBar.MouseEvent(Terminal.Gui.MouseEvent)
id: MouseEvent(Terminal.Gui.MouseEvent)
parent: Terminal.Gui.MenuBar
langs:
- csharp
- vb
name: MouseEvent(MouseEvent)
nameWithType: MenuBar.MouseEvent(MouseEvent)
fullName: Terminal.Gui.MenuBar.MouseEvent(Terminal.Gui.MouseEvent)
type: Method
source:
remote:
path: Terminal.Gui/Views/Menu.cs
branch: docs
repo: tig:tig/gui.cs.git
id: MouseEvent
path: ../Terminal.Gui/Views/Menu.cs
startLine: 1072
assemblies:
- Terminal.Gui
namespace: Terminal.Gui
example: []
syntax:
content: public override bool MouseEvent(MouseEvent me)
parameters:
- id: me
type: Terminal.Gui.MouseEvent
return:
type: System.Boolean
content.vb: Public Overrides Function MouseEvent(me As MouseEvent) As Boolean
overridden: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
overload: Terminal.Gui.MenuBar.MouseEvent*
modifiers.csharp:
- public
- override
modifiers.vb:
- Public
- Overrides
references:
- uid: Terminal.Gui.MenuBar
commentId: T:Terminal.Gui.MenuBar
parent: Terminal.Gui
name: MenuBar
nameWithType: MenuBar
fullName: Terminal.Gui.MenuBar
- uid: Terminal.Gui
commentId: N:Terminal.Gui
name: Terminal.Gui
nameWithType: Terminal.Gui
fullName: Terminal.Gui
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: Terminal.Gui.Responder
commentId: T:Terminal.Gui.Responder
parent: Terminal.Gui
name: Responder
nameWithType: Responder
fullName: Terminal.Gui.Responder
- uid: Terminal.Gui.View
commentId: T:Terminal.Gui.View
parent: Terminal.Gui
name: View
nameWithType: View
fullName: Terminal.Gui.View
- uid: System.Collections.IEnumerable
commentId: T:System.Collections.IEnumerable
parent: System.Collections
isExternal: true
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.IEnumerable
- uid: Terminal.Gui.View.Enter
commentId: E:Terminal.Gui.View.Enter
parent: Terminal.Gui.View
name: Enter
nameWithType: View.Enter
fullName: Terminal.Gui.View.Enter
- uid: Terminal.Gui.View.Leave
commentId: E:Terminal.Gui.View.Leave
parent: Terminal.Gui.View
name: Leave
nameWithType: View.Leave
fullName: Terminal.Gui.View.Leave
- uid: Terminal.Gui.View.MouseEnter
commentId: E:Terminal.Gui.View.MouseEnter
parent: Terminal.Gui.View
name: MouseEnter
nameWithType: View.MouseEnter
fullName: Terminal.Gui.View.MouseEnter
- uid: Terminal.Gui.View.MouseLeave
commentId: E:Terminal.Gui.View.MouseLeave
parent: Terminal.Gui.View
name: MouseLeave
nameWithType: View.MouseLeave
fullName: Terminal.Gui.View.MouseLeave
- uid: Terminal.Gui.View.Driver
commentId: P:Terminal.Gui.View.Driver
parent: Terminal.Gui.View
name: Driver
nameWithType: View.Driver
fullName: Terminal.Gui.View.Driver
- uid: Terminal.Gui.View.Subviews
commentId: P:Terminal.Gui.View.Subviews
parent: Terminal.Gui.View
name: Subviews
nameWithType: View.Subviews
fullName: Terminal.Gui.View.Subviews
- uid: Terminal.Gui.View.Id
commentId: P:Terminal.Gui.View.Id
parent: Terminal.Gui.View
name: Id
nameWithType: View.Id
fullName: Terminal.Gui.View.Id
- uid: Terminal.Gui.View.WantMousePositionReports
commentId: P:Terminal.Gui.View.WantMousePositionReports
parent: Terminal.Gui.View
name: WantMousePositionReports
nameWithType: View.WantMousePositionReports
fullName: Terminal.Gui.View.WantMousePositionReports
- uid: Terminal.Gui.View.WantContinuousButtonPressed
commentId: P:Terminal.Gui.View.WantContinuousButtonPressed
parent: Terminal.Gui.View
name: WantContinuousButtonPressed
nameWithType: View.WantContinuousButtonPressed
fullName: Terminal.Gui.View.WantContinuousButtonPressed
- uid: Terminal.Gui.View.Frame
commentId: P:Terminal.Gui.View.Frame
parent: Terminal.Gui.View
name: Frame
nameWithType: View.Frame
fullName: Terminal.Gui.View.Frame
- uid: Terminal.Gui.View.GetEnumerator
commentId: M:Terminal.Gui.View.GetEnumerator
parent: Terminal.Gui.View
name: GetEnumerator()
nameWithType: View.GetEnumerator()
fullName: Terminal.Gui.View.GetEnumerator()
spec.csharp:
- uid: Terminal.Gui.View.GetEnumerator
name: GetEnumerator
nameWithType: View.GetEnumerator
fullName: Terminal.Gui.View.GetEnumerator
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.GetEnumerator
name: GetEnumerator
nameWithType: View.GetEnumerator
fullName: Terminal.Gui.View.GetEnumerator
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.LayoutStyle
commentId: P:Terminal.Gui.View.LayoutStyle
parent: Terminal.Gui.View
name: LayoutStyle
nameWithType: View.LayoutStyle
fullName: Terminal.Gui.View.LayoutStyle
- uid: Terminal.Gui.View.Bounds
commentId: P:Terminal.Gui.View.Bounds
parent: Terminal.Gui.View
name: Bounds
nameWithType: View.Bounds
fullName: Terminal.Gui.View.Bounds
- uid: Terminal.Gui.View.X
commentId: P:Terminal.Gui.View.X
parent: Terminal.Gui.View
name: X
nameWithType: View.X
fullName: Terminal.Gui.View.X
- uid: Terminal.Gui.View.Y
commentId: P:Terminal.Gui.View.Y
parent: Terminal.Gui.View
name: Y
nameWithType: View.Y
fullName: Terminal.Gui.View.Y
- uid: Terminal.Gui.View.Width
commentId: P:Terminal.Gui.View.Width
parent: Terminal.Gui.View
name: Width
nameWithType: View.Width
fullName: Terminal.Gui.View.Width
- uid: Terminal.Gui.View.Height
commentId: P:Terminal.Gui.View.Height
parent: Terminal.Gui.View
name: Height
nameWithType: View.Height
fullName: Terminal.Gui.View.Height
- uid: Terminal.Gui.View.SuperView
commentId: P:Terminal.Gui.View.SuperView
parent: Terminal.Gui.View
name: SuperView
nameWithType: View.SuperView
fullName: Terminal.Gui.View.SuperView
- uid: Terminal.Gui.View.SetNeedsDisplay
commentId: M:Terminal.Gui.View.SetNeedsDisplay
parent: Terminal.Gui.View
name: SetNeedsDisplay()
nameWithType: View.SetNeedsDisplay()
fullName: Terminal.Gui.View.SetNeedsDisplay()
spec.csharp:
- uid: Terminal.Gui.View.SetNeedsDisplay
name: SetNeedsDisplay
nameWithType: View.SetNeedsDisplay
fullName: Terminal.Gui.View.SetNeedsDisplay
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.SetNeedsDisplay
name: SetNeedsDisplay
nameWithType: View.SetNeedsDisplay
fullName: Terminal.Gui.View.SetNeedsDisplay
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
commentId: M:Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
parent: Terminal.Gui.View
name: SetNeedsDisplay(Rect)
nameWithType: View.SetNeedsDisplay(Rect)
fullName: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
spec.csharp:
- uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
name: SetNeedsDisplay
nameWithType: View.SetNeedsDisplay
fullName: Terminal.Gui.View.SetNeedsDisplay
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.Rect
name: Rect
nameWithType: Rect
fullName: Terminal.Gui.Rect
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
name: SetNeedsDisplay
nameWithType: View.SetNeedsDisplay
fullName: Terminal.Gui.View.SetNeedsDisplay
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.Rect
name: Rect
nameWithType: Rect
fullName: Terminal.Gui.Rect
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.ChildNeedsDisplay
commentId: M:Terminal.Gui.View.ChildNeedsDisplay
parent: Terminal.Gui.View
name: ChildNeedsDisplay()
nameWithType: View.ChildNeedsDisplay()
fullName: Terminal.Gui.View.ChildNeedsDisplay()
spec.csharp:
- uid: Terminal.Gui.View.ChildNeedsDisplay
name: ChildNeedsDisplay
nameWithType: View.ChildNeedsDisplay
fullName: Terminal.Gui.View.ChildNeedsDisplay
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.ChildNeedsDisplay
name: ChildNeedsDisplay
nameWithType: View.ChildNeedsDisplay
fullName: Terminal.Gui.View.ChildNeedsDisplay
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.Add(Terminal.Gui.View)
commentId: M:Terminal.Gui.View.Add(Terminal.Gui.View)
parent: Terminal.Gui.View
name: Add(View)
nameWithType: View.Add(View)
fullName: Terminal.Gui.View.Add(Terminal.Gui.View)
spec.csharp:
- uid: Terminal.Gui.View.Add(Terminal.Gui.View)
name: Add
nameWithType: View.Add
fullName: Terminal.Gui.View.Add
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.View
name: View
nameWithType: View
fullName: Terminal.Gui.View
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.Add(Terminal.Gui.View)
name: Add
nameWithType: View.Add
fullName: Terminal.Gui.View.Add
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.View
name: View
nameWithType: View
fullName: Terminal.Gui.View
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
commentId: M:Terminal.Gui.View.Add(Terminal.Gui.View[])
parent: Terminal.Gui.View
name: Add(View[])
nameWithType: View.Add(View[])
fullName: Terminal.Gui.View.Add(Terminal.Gui.View[])
nameWithType.vb: View.Add(View())
fullName.vb: Terminal.Gui.View.Add(Terminal.Gui.View())
name.vb: Add(View())
spec.csharp:
- uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
name: Add
nameWithType: View.Add
fullName: Terminal.Gui.View.Add
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.View
name: View
nameWithType: View
fullName: Terminal.Gui.View
- name: '[]'
nameWithType: '[]'
fullName: '[]'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
name: Add
nameWithType: View.Add
fullName: Terminal.Gui.View.Add
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.View
name: View
nameWithType: View
fullName: Terminal.Gui.View
- name: ()
nameWithType: ()
fullName: ()
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.RemoveAll
commentId: M:Terminal.Gui.View.RemoveAll
parent: Terminal.Gui.View
name: RemoveAll()
nameWithType: View.RemoveAll()
fullName: Terminal.Gui.View.RemoveAll()
spec.csharp:
- uid: Terminal.Gui.View.RemoveAll
name: RemoveAll
nameWithType: View.RemoveAll
fullName: Terminal.Gui.View.RemoveAll
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.RemoveAll
name: RemoveAll
nameWithType: View.RemoveAll
fullName: Terminal.Gui.View.RemoveAll
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.Remove(Terminal.Gui.View)
commentId: M:Terminal.Gui.View.Remove(Terminal.Gui.View)
parent: Terminal.Gui.View
name: Remove(View)
nameWithType: View.Remove(View)
fullName: Terminal.Gui.View.Remove(Terminal.Gui.View)
spec.csharp:
- uid: Terminal.Gui.View.Remove(Terminal.Gui.View)
name: Remove
nameWithType: View.Remove
fullName: Terminal.Gui.View.Remove
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.View
name: View
nameWithType: View
fullName: Terminal.Gui.View
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.Remove(Terminal.Gui.View)
name: Remove
nameWithType: View.Remove
fullName: Terminal.Gui.View.Remove
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.View
name: View
nameWithType: View
fullName: Terminal.Gui.View
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.BringSubviewToFront(Terminal.Gui.View)
commentId: M:Terminal.Gui.View.BringSubviewToFront(Terminal.Gui.View)
parent: Terminal.Gui.View
name: BringSubviewToFront(View)
nameWithType: View.BringSubviewToFront(View)
fullName: Terminal.Gui.View.BringSubviewToFront(Terminal.Gui.View)
spec.csharp:
- uid: Terminal.Gui.View.BringSubviewToFront(Terminal.Gui.View)
name: BringSubviewToFront
nameWithType: View.BringSubviewToFront
fullName: Terminal.Gui.View.BringSubviewToFront
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.View
name: View
nameWithType: View
fullName: Terminal.Gui.View
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.BringSubviewToFront(Terminal.Gui.View)
name: BringSubviewToFront
nameWithType: View.BringSubviewToFront
fullName: Terminal.Gui.View.BringSubviewToFront
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.View
name: View
nameWithType: View
fullName: Terminal.Gui.View
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.SendSubviewToBack(Terminal.Gui.View)
commentId: M:Terminal.Gui.View.SendSubviewToBack(Terminal.Gui.View)
parent: Terminal.Gui.View
name: SendSubviewToBack(View)
nameWithType: View.SendSubviewToBack(View)
fullName: Terminal.Gui.View.SendSubviewToBack(Terminal.Gui.View)
spec.csharp:
- uid: Terminal.Gui.View.SendSubviewToBack(Terminal.Gui.View)
name: SendSubviewToBack
nameWithType: View.SendSubviewToBack
fullName: Terminal.Gui.View.SendSubviewToBack
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.View
name: View
nameWithType: View
fullName: Terminal.Gui.View
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.SendSubviewToBack(Terminal.Gui.View)
name: SendSubviewToBack
nameWithType: View.SendSubviewToBack
fullName: Terminal.Gui.View.SendSubviewToBack
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.View
name: View
nameWithType: View
fullName: Terminal.Gui.View
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.SendSubviewBackwards(Terminal.Gui.View)
commentId: M:Terminal.Gui.View.SendSubviewBackwards(Terminal.Gui.View)
parent: Terminal.Gui.View
name: SendSubviewBackwards(View)
nameWithType: View.SendSubviewBackwards(View)
fullName: Terminal.Gui.View.SendSubviewBackwards(Terminal.Gui.View)
spec.csharp:
- uid: Terminal.Gui.View.SendSubviewBackwards(Terminal.Gui.View)
name: SendSubviewBackwards
nameWithType: View.SendSubviewBackwards
fullName: Terminal.Gui.View.SendSubviewBackwards
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.View
name: View
nameWithType: View
fullName: Terminal.Gui.View
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.SendSubviewBackwards(Terminal.Gui.View)
name: SendSubviewBackwards
nameWithType: View.SendSubviewBackwards
fullName: Terminal.Gui.View.SendSubviewBackwards
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.View
name: View
nameWithType: View
fullName: Terminal.Gui.View
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.BringSubviewForward(Terminal.Gui.View)
commentId: M:Terminal.Gui.View.BringSubviewForward(Terminal.Gui.View)
parent: Terminal.Gui.View
name: BringSubviewForward(View)
nameWithType: View.BringSubviewForward(View)
fullName: Terminal.Gui.View.BringSubviewForward(Terminal.Gui.View)
spec.csharp:
- uid: Terminal.Gui.View.BringSubviewForward(Terminal.Gui.View)
name: BringSubviewForward
nameWithType: View.BringSubviewForward
fullName: Terminal.Gui.View.BringSubviewForward
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.View
name: View
nameWithType: View
fullName: Terminal.Gui.View
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.BringSubviewForward(Terminal.Gui.View)
name: BringSubviewForward
nameWithType: View.BringSubviewForward
fullName: Terminal.Gui.View.BringSubviewForward
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.View
name: View
nameWithType: View
fullName: Terminal.Gui.View
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.Clear
commentId: M:Terminal.Gui.View.Clear
parent: Terminal.Gui.View
name: Clear()
nameWithType: View.Clear()
fullName: Terminal.Gui.View.Clear()
spec.csharp:
- uid: Terminal.Gui.View.Clear
name: Clear
nameWithType: View.Clear
fullName: Terminal.Gui.View.Clear
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.Clear
name: Clear
nameWithType: View.Clear
fullName: Terminal.Gui.View.Clear
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
commentId: M:Terminal.Gui.View.Clear(Terminal.Gui.Rect)
parent: Terminal.Gui.View
name: Clear(Rect)
nameWithType: View.Clear(Rect)
fullName: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
spec.csharp:
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
name: Clear
nameWithType: View.Clear
fullName: Terminal.Gui.View.Clear
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.Rect
name: Rect
nameWithType: Rect
fullName: Terminal.Gui.Rect
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
name: Clear
nameWithType: View.Clear
fullName: Terminal.Gui.View.Clear
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.Rect
name: Rect
nameWithType: Rect
fullName: Terminal.Gui.Rect
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
commentId: M:Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
parent: Terminal.Gui.View
isExternal: true
name: ScreenToView(Int32, Int32)
nameWithType: View.ScreenToView(Int32, Int32)
fullName: Terminal.Gui.View.ScreenToView(System.Int32, System.Int32)
spec.csharp:
- uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
name: ScreenToView
nameWithType: View.ScreenToView
fullName: Terminal.Gui.View.ScreenToView
- name: (
nameWithType: (
fullName: (
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
name: ScreenToView
nameWithType: View.ScreenToView
fullName: Terminal.Gui.View.ScreenToView
- name: (
nameWithType: (
fullName: (
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.ClipToBounds
commentId: M:Terminal.Gui.View.ClipToBounds
parent: Terminal.Gui.View
name: ClipToBounds()
nameWithType: View.ClipToBounds()
fullName: Terminal.Gui.View.ClipToBounds()
spec.csharp:
- uid: Terminal.Gui.View.ClipToBounds
name: ClipToBounds
nameWithType: View.ClipToBounds
fullName: Terminal.Gui.View.ClipToBounds
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.ClipToBounds
name: ClipToBounds
nameWithType: View.ClipToBounds
fullName: Terminal.Gui.View.ClipToBounds
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
commentId: M:Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
parent: Terminal.Gui.View
name: SetClip(Rect)
nameWithType: View.SetClip(Rect)
fullName: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
spec.csharp:
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
name: SetClip
nameWithType: View.SetClip
fullName: Terminal.Gui.View.SetClip
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.Rect
name: Rect
nameWithType: Rect
fullName: Terminal.Gui.Rect
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
name: SetClip
nameWithType: View.SetClip
fullName: Terminal.Gui.View.SetClip
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.Rect
name: Rect
nameWithType: Rect
fullName: Terminal.Gui.Rect
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
commentId: M:Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
parent: Terminal.Gui.View
isExternal: true
name: DrawFrame(Rect, Int32, Boolean)
nameWithType: View.DrawFrame(Rect, Int32, Boolean)
fullName: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect, System.Int32, System.Boolean)
spec.csharp:
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
name: DrawFrame
nameWithType: View.DrawFrame
fullName: Terminal.Gui.View.DrawFrame
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.Rect
name: Rect
nameWithType: Rect
fullName: Terminal.Gui.Rect
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
name: DrawFrame
nameWithType: View.DrawFrame
fullName: Terminal.Gui.View.DrawFrame
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.Rect
name: Rect
nameWithType: Rect
fullName: Terminal.Gui.Rect
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
commentId: M:Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
parent: Terminal.Gui.View
isExternal: true
name: DrawHotString(ustring, Attribute, Attribute)
nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
fullName: Terminal.Gui.View.DrawHotString(NStack.ustring, Terminal.Gui.Attribute, Terminal.Gui.Attribute)
spec.csharp:
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
name: DrawHotString
nameWithType: View.DrawHotString
fullName: Terminal.Gui.View.DrawHotString
- name: (
nameWithType: (
fullName: (
- uid: NStack.ustring
name: ustring
nameWithType: ustring
fullName: NStack.ustring
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Terminal.Gui.Attribute
name: Attribute
nameWithType: Attribute
fullName: Terminal.Gui.Attribute
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Terminal.Gui.Attribute
name: Attribute
nameWithType: Attribute
fullName: Terminal.Gui.Attribute
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
name: DrawHotString
nameWithType: View.DrawHotString
fullName: Terminal.Gui.View.DrawHotString
- name: (
nameWithType: (
fullName: (
- uid: NStack.ustring
name: ustring
nameWithType: ustring
fullName: NStack.ustring
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Terminal.Gui.Attribute
name: Attribute
nameWithType: Attribute
fullName: Terminal.Gui.Attribute
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Terminal.Gui.Attribute
name: Attribute
nameWithType: Attribute
fullName: Terminal.Gui.Attribute
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
commentId: M:Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
parent: Terminal.Gui.View
isExternal: true
name: DrawHotString(ustring, Boolean, ColorScheme)
nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
fullName: Terminal.Gui.View.DrawHotString(NStack.ustring, System.Boolean, Terminal.Gui.ColorScheme)
spec.csharp:
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
name: DrawHotString
nameWithType: View.DrawHotString
fullName: Terminal.Gui.View.DrawHotString
- name: (
nameWithType: (
fullName: (
- uid: NStack.ustring
name: ustring
nameWithType: ustring
fullName: NStack.ustring
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Terminal.Gui.ColorScheme
name: ColorScheme
nameWithType: ColorScheme
fullName: Terminal.Gui.ColorScheme
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
name: DrawHotString
nameWithType: View.DrawHotString
fullName: Terminal.Gui.View.DrawHotString
- name: (
nameWithType: (
fullName: (
- uid: NStack.ustring
name: ustring
nameWithType: ustring
fullName: NStack.ustring
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Terminal.Gui.ColorScheme
name: ColorScheme
nameWithType: ColorScheme
fullName: Terminal.Gui.ColorScheme
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
commentId: M:Terminal.Gui.View.Move(System.Int32,System.Int32)
parent: Terminal.Gui.View
isExternal: true
name: Move(Int32, Int32)
nameWithType: View.Move(Int32, Int32)
fullName: Terminal.Gui.View.Move(System.Int32, System.Int32)
spec.csharp:
- uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
name: Move
nameWithType: View.Move
fullName: Terminal.Gui.View.Move
- name: (
nameWithType: (
fullName: (
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
name: Move
nameWithType: View.Move
fullName: Terminal.Gui.View.Move
- name: (
nameWithType: (
fullName: (
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.HasFocus
commentId: P:Terminal.Gui.View.HasFocus
parent: Terminal.Gui.View
name: HasFocus
nameWithType: View.HasFocus
fullName: Terminal.Gui.View.HasFocus
- uid: Terminal.Gui.View.OnEnter
commentId: M:Terminal.Gui.View.OnEnter
parent: Terminal.Gui.View
name: OnEnter()
nameWithType: View.OnEnter()
fullName: Terminal.Gui.View.OnEnter()
spec.csharp:
- uid: Terminal.Gui.View.OnEnter
name: OnEnter
nameWithType: View.OnEnter
fullName: Terminal.Gui.View.OnEnter
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.OnEnter
name: OnEnter
nameWithType: View.OnEnter
fullName: Terminal.Gui.View.OnEnter
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.OnLeave
commentId: M:Terminal.Gui.View.OnLeave
parent: Terminal.Gui.View
name: OnLeave()
nameWithType: View.OnLeave()
fullName: Terminal.Gui.View.OnLeave()
spec.csharp:
- uid: Terminal.Gui.View.OnLeave
name: OnLeave
nameWithType: View.OnLeave
fullName: Terminal.Gui.View.OnLeave
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.OnLeave
name: OnLeave
nameWithType: View.OnLeave
fullName: Terminal.Gui.View.OnLeave
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.Focused
commentId: P:Terminal.Gui.View.Focused
parent: Terminal.Gui.View
name: Focused
nameWithType: View.Focused
fullName: Terminal.Gui.View.Focused
- uid: Terminal.Gui.View.MostFocused
commentId: P:Terminal.Gui.View.MostFocused
parent: Terminal.Gui.View
name: MostFocused
nameWithType: View.MostFocused
fullName: Terminal.Gui.View.MostFocused
- uid: Terminal.Gui.View.ColorScheme
commentId: P:Terminal.Gui.View.ColorScheme
parent: Terminal.Gui.View
name: ColorScheme
nameWithType: View.ColorScheme
fullName: Terminal.Gui.View.ColorScheme
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
commentId: M:Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
parent: Terminal.Gui.View
isExternal: true
name: AddRune(Int32, Int32, Rune)
nameWithType: View.AddRune(Int32, Int32, Rune)
fullName: Terminal.Gui.View.AddRune(System.Int32, System.Int32, System.Rune)
spec.csharp:
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
name: AddRune
nameWithType: View.AddRune
fullName: Terminal.Gui.View.AddRune
- name: (
nameWithType: (
fullName: (
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Rune
name: Rune
nameWithType: Rune
fullName: System.Rune
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
name: AddRune
nameWithType: View.AddRune
fullName: Terminal.Gui.View.AddRune
- name: (
nameWithType: (
fullName: (
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Rune
name: Rune
nameWithType: Rune
fullName: System.Rune
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.ClearNeedsDisplay
commentId: M:Terminal.Gui.View.ClearNeedsDisplay
parent: Terminal.Gui.View
name: ClearNeedsDisplay()
nameWithType: View.ClearNeedsDisplay()
fullName: Terminal.Gui.View.ClearNeedsDisplay()
spec.csharp:
- uid: Terminal.Gui.View.ClearNeedsDisplay
name: ClearNeedsDisplay
nameWithType: View.ClearNeedsDisplay
fullName: Terminal.Gui.View.ClearNeedsDisplay
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.ClearNeedsDisplay
name: ClearNeedsDisplay
nameWithType: View.ClearNeedsDisplay
fullName: Terminal.Gui.View.ClearNeedsDisplay
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
commentId: M:Terminal.Gui.View.SetFocus(Terminal.Gui.View)
parent: Terminal.Gui.View
name: SetFocus(View)
nameWithType: View.SetFocus(View)
fullName: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
spec.csharp:
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
name: SetFocus
nameWithType: View.SetFocus
fullName: Terminal.Gui.View.SetFocus
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.View
name: View
nameWithType: View
fullName: Terminal.Gui.View
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
name: SetFocus
nameWithType: View.SetFocus
fullName: Terminal.Gui.View.SetFocus
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.View
name: View
nameWithType: View
fullName: Terminal.Gui.View
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.KeyPress
commentId: E:Terminal.Gui.View.KeyPress
parent: Terminal.Gui.View
name: KeyPress
nameWithType: View.KeyPress
fullName: Terminal.Gui.View.KeyPress
- uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
commentId: M:Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
parent: Terminal.Gui.View
name: ProcessColdKey(KeyEvent)
nameWithType: View.ProcessColdKey(KeyEvent)
fullName: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
spec.csharp:
- uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
name: ProcessColdKey
nameWithType: View.ProcessColdKey
fullName: Terminal.Gui.View.ProcessColdKey
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.KeyEvent
name: KeyEvent
nameWithType: KeyEvent
fullName: Terminal.Gui.KeyEvent
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
name: ProcessColdKey
nameWithType: View.ProcessColdKey
fullName: Terminal.Gui.View.ProcessColdKey
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.KeyEvent
name: KeyEvent
nameWithType: KeyEvent
fullName: Terminal.Gui.KeyEvent
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.KeyDown
commentId: E:Terminal.Gui.View.KeyDown
parent: Terminal.Gui.View
name: KeyDown
nameWithType: View.KeyDown
fullName: Terminal.Gui.View.KeyDown
- uid: Terminal.Gui.View.KeyUp
commentId: E:Terminal.Gui.View.KeyUp
parent: Terminal.Gui.View
name: KeyUp
nameWithType: View.KeyUp
fullName: Terminal.Gui.View.KeyUp
- uid: Terminal.Gui.View.EnsureFocus
commentId: M:Terminal.Gui.View.EnsureFocus
parent: Terminal.Gui.View
name: EnsureFocus()
nameWithType: View.EnsureFocus()
fullName: Terminal.Gui.View.EnsureFocus()
spec.csharp:
- uid: Terminal.Gui.View.EnsureFocus
name: EnsureFocus
nameWithType: View.EnsureFocus
fullName: Terminal.Gui.View.EnsureFocus
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.EnsureFocus
name: EnsureFocus
nameWithType: View.EnsureFocus
fullName: Terminal.Gui.View.EnsureFocus
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.FocusFirst
commentId: M:Terminal.Gui.View.FocusFirst
parent: Terminal.Gui.View
name: FocusFirst()
nameWithType: View.FocusFirst()
fullName: Terminal.Gui.View.FocusFirst()
spec.csharp:
- uid: Terminal.Gui.View.FocusFirst
name: FocusFirst
nameWithType: View.FocusFirst
fullName: Terminal.Gui.View.FocusFirst
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.FocusFirst
name: FocusFirst
nameWithType: View.FocusFirst
fullName: Terminal.Gui.View.FocusFirst
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.FocusLast
commentId: M:Terminal.Gui.View.FocusLast
parent: Terminal.Gui.View
name: FocusLast()
nameWithType: View.FocusLast()
fullName: Terminal.Gui.View.FocusLast()
spec.csharp:
- uid: Terminal.Gui.View.FocusLast
name: FocusLast
nameWithType: View.FocusLast
fullName: Terminal.Gui.View.FocusLast
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.FocusLast
name: FocusLast
nameWithType: View.FocusLast
fullName: Terminal.Gui.View.FocusLast
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.FocusPrev
commentId: M:Terminal.Gui.View.FocusPrev
parent: Terminal.Gui.View
name: FocusPrev()
nameWithType: View.FocusPrev()
fullName: Terminal.Gui.View.FocusPrev()
spec.csharp:
- uid: Terminal.Gui.View.FocusPrev
name: FocusPrev
nameWithType: View.FocusPrev
fullName: Terminal.Gui.View.FocusPrev
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.FocusPrev
name: FocusPrev
nameWithType: View.FocusPrev
fullName: Terminal.Gui.View.FocusPrev
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.FocusNext
commentId: M:Terminal.Gui.View.FocusNext
parent: Terminal.Gui.View
name: FocusNext()
nameWithType: View.FocusNext()
fullName: Terminal.Gui.View.FocusNext()
spec.csharp:
- uid: Terminal.Gui.View.FocusNext
name: FocusNext
nameWithType: View.FocusNext
fullName: Terminal.Gui.View.FocusNext
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.FocusNext
name: FocusNext
nameWithType: View.FocusNext
fullName: Terminal.Gui.View.FocusNext
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.LayoutSubviews
commentId: M:Terminal.Gui.View.LayoutSubviews
parent: Terminal.Gui.View
name: LayoutSubviews()
nameWithType: View.LayoutSubviews()
fullName: Terminal.Gui.View.LayoutSubviews()
spec.csharp:
- uid: Terminal.Gui.View.LayoutSubviews
name: LayoutSubviews
nameWithType: View.LayoutSubviews
fullName: Terminal.Gui.View.LayoutSubviews
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.LayoutSubviews
name: LayoutSubviews
nameWithType: View.LayoutSubviews
fullName: Terminal.Gui.View.LayoutSubviews
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.ToString
commentId: M:Terminal.Gui.View.ToString
parent: Terminal.Gui.View
name: ToString()
nameWithType: View.ToString()
fullName: Terminal.Gui.View.ToString()
spec.csharp:
- uid: Terminal.Gui.View.ToString
name: ToString
nameWithType: View.ToString
fullName: Terminal.Gui.View.ToString
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.ToString
name: ToString
nameWithType: View.ToString
fullName: Terminal.Gui.View.ToString
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.OnMouseEnter(Terminal.Gui.MouseEvent)
commentId: M:Terminal.Gui.View.OnMouseEnter(Terminal.Gui.MouseEvent)
parent: Terminal.Gui.View
name: OnMouseEnter(MouseEvent)
nameWithType: View.OnMouseEnter(MouseEvent)
fullName: Terminal.Gui.View.OnMouseEnter(Terminal.Gui.MouseEvent)
spec.csharp:
- uid: Terminal.Gui.View.OnMouseEnter(Terminal.Gui.MouseEvent)
name: OnMouseEnter
nameWithType: View.OnMouseEnter
fullName: Terminal.Gui.View.OnMouseEnter
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.MouseEvent
name: MouseEvent
nameWithType: MouseEvent
fullName: Terminal.Gui.MouseEvent
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.OnMouseEnter(Terminal.Gui.MouseEvent)
name: OnMouseEnter
nameWithType: View.OnMouseEnter
fullName: Terminal.Gui.View.OnMouseEnter
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.MouseEvent
name: MouseEvent
nameWithType: MouseEvent
fullName: Terminal.Gui.MouseEvent
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.View.OnMouseLeave(Terminal.Gui.MouseEvent)
commentId: M:Terminal.Gui.View.OnMouseLeave(Terminal.Gui.MouseEvent)
parent: Terminal.Gui.View
name: OnMouseLeave(MouseEvent)
nameWithType: View.OnMouseLeave(MouseEvent)
fullName: Terminal.Gui.View.OnMouseLeave(Terminal.Gui.MouseEvent)
spec.csharp:
- uid: Terminal.Gui.View.OnMouseLeave(Terminal.Gui.MouseEvent)
name: OnMouseLeave
nameWithType: View.OnMouseLeave
fullName: Terminal.Gui.View.OnMouseLeave
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.MouseEvent
name: MouseEvent
nameWithType: MouseEvent
fullName: Terminal.Gui.MouseEvent
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.OnMouseLeave(Terminal.Gui.MouseEvent)
name: OnMouseLeave
nameWithType: View.OnMouseLeave
fullName: Terminal.Gui.View.OnMouseLeave
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.MouseEvent
name: MouseEvent
nameWithType: MouseEvent
fullName: Terminal.Gui.MouseEvent
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.Responder.CanFocus
commentId: P:Terminal.Gui.Responder.CanFocus
parent: Terminal.Gui.Responder
name: CanFocus
nameWithType: Responder.CanFocus
fullName: Terminal.Gui.Responder.CanFocus
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
name: Equals(Object)
nameWithType: Object.Equals(Object)
fullName: System.Object.Equals(System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: Equals(Object, Object)
nameWithType: Object.Equals(Object, Object)
fullName: System.Object.Equals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
name: GetHashCode()
nameWithType: Object.GetHashCode()
fullName: System.Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
name: GetType()
nameWithType: Object.GetType()
fullName: System.Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
name: MemberwiseClone()
nameWithType: Object.MemberwiseClone()
fullName: System.Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: ReferenceEquals(Object, Object)
nameWithType: Object.ReferenceEquals(Object, Object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: System.Collections
commentId: N:System.Collections
isExternal: true
name: System.Collections
nameWithType: System.Collections
fullName: System.Collections
- uid: Terminal.Gui.MenuBarItem
commentId: T:Terminal.Gui.MenuBarItem
parent: Terminal.Gui
name: MenuBarItem
nameWithType: MenuBarItem
fullName: Terminal.Gui.MenuBarItem
- uid: Terminal.Gui.MenuBar.Menus*
commentId: Overload:Terminal.Gui.MenuBar.Menus
name: Menus
nameWithType: MenuBar.Menus
fullName: Terminal.Gui.MenuBar.Menus
- uid: Terminal.Gui.MenuBarItem[]
isExternal: true
name: MenuBarItem[]
nameWithType: MenuBarItem[]
fullName: Terminal.Gui.MenuBarItem[]
nameWithType.vb: MenuBarItem()
fullName.vb: Terminal.Gui.MenuBarItem()
name.vb: MenuBarItem()
spec.csharp:
- uid: Terminal.Gui.MenuBarItem
name: MenuBarItem
nameWithType: MenuBarItem
fullName: Terminal.Gui.MenuBarItem
- name: '[]'
nameWithType: '[]'
fullName: '[]'
spec.vb:
- uid: Terminal.Gui.MenuBarItem
name: MenuBarItem
nameWithType: MenuBarItem
fullName: Terminal.Gui.MenuBarItem
- name: ()
nameWithType: ()
fullName: ()
- uid: Terminal.Gui.MenuBar.UseKeysUpDownAsKeysLeftRight*
commentId: Overload:Terminal.Gui.MenuBar.UseKeysUpDownAsKeysLeftRight
name: UseKeysUpDownAsKeysLeftRight
nameWithType: MenuBar.UseKeysUpDownAsKeysLeftRight
fullName: Terminal.Gui.MenuBar.UseKeysUpDownAsKeysLeftRight
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
- uid: Terminal.Gui.MenuBar.#ctor*
commentId: Overload:Terminal.Gui.MenuBar.#ctor
name: MenuBar
nameWithType: MenuBar.MenuBar
fullName: Terminal.Gui.MenuBar.MenuBar
- uid: Terminal.Gui.MenuBar.OnKeyDown(Terminal.Gui.KeyEvent)
commentId: M:Terminal.Gui.MenuBar.OnKeyDown(Terminal.Gui.KeyEvent)
isExternal: true
- uid: Terminal.Gui.View.OnKeyDown(Terminal.Gui.KeyEvent)
commentId: M:Terminal.Gui.View.OnKeyDown(Terminal.Gui.KeyEvent)
parent: Terminal.Gui.View
name: OnKeyDown(KeyEvent)
nameWithType: View.OnKeyDown(KeyEvent)
fullName: Terminal.Gui.View.OnKeyDown(Terminal.Gui.KeyEvent)
spec.csharp:
- uid: Terminal.Gui.View.OnKeyDown(Terminal.Gui.KeyEvent)
name: OnKeyDown
nameWithType: View.OnKeyDown
fullName: Terminal.Gui.View.OnKeyDown
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.KeyEvent
name: KeyEvent
nameWithType: KeyEvent
fullName: Terminal.Gui.KeyEvent
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.OnKeyDown(Terminal.Gui.KeyEvent)
name: OnKeyDown
nameWithType: View.OnKeyDown
fullName: Terminal.Gui.View.OnKeyDown
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.KeyEvent
name: KeyEvent
nameWithType: KeyEvent
fullName: Terminal.Gui.KeyEvent
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.MenuBar.OnKeyDown*
commentId: Overload:Terminal.Gui.MenuBar.OnKeyDown
name: OnKeyDown
nameWithType: MenuBar.OnKeyDown
fullName: Terminal.Gui.MenuBar.OnKeyDown
- uid: Terminal.Gui.KeyEvent
commentId: T:Terminal.Gui.KeyEvent
parent: Terminal.Gui
name: KeyEvent
nameWithType: KeyEvent
fullName: Terminal.Gui.KeyEvent
- uid: Terminal.Gui.MenuBar.OnKeyUp(Terminal.Gui.KeyEvent)
commentId: M:Terminal.Gui.MenuBar.OnKeyUp(Terminal.Gui.KeyEvent)
isExternal: true
- uid: Terminal.Gui.View.OnKeyUp(Terminal.Gui.KeyEvent)
commentId: M:Terminal.Gui.View.OnKeyUp(Terminal.Gui.KeyEvent)
parent: Terminal.Gui.View
name: OnKeyUp(KeyEvent)
nameWithType: View.OnKeyUp(KeyEvent)
fullName: Terminal.Gui.View.OnKeyUp(Terminal.Gui.KeyEvent)
spec.csharp:
- uid: Terminal.Gui.View.OnKeyUp(Terminal.Gui.KeyEvent)
name: OnKeyUp
nameWithType: View.OnKeyUp
fullName: Terminal.Gui.View.OnKeyUp
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.KeyEvent
name: KeyEvent
nameWithType: KeyEvent
fullName: Terminal.Gui.KeyEvent
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.OnKeyUp(Terminal.Gui.KeyEvent)
name: OnKeyUp
nameWithType: View.OnKeyUp
fullName: Terminal.Gui.View.OnKeyUp
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.KeyEvent
name: KeyEvent
nameWithType: KeyEvent
fullName: Terminal.Gui.KeyEvent
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.MenuBar.OnKeyUp*
commentId: Overload:Terminal.Gui.MenuBar.OnKeyUp
name: OnKeyUp
nameWithType: MenuBar.OnKeyUp
fullName: Terminal.Gui.MenuBar.OnKeyUp
- uid: Terminal.Gui.MenuBar.Redraw(Terminal.Gui.Rect)
commentId: M:Terminal.Gui.MenuBar.Redraw(Terminal.Gui.Rect)
isExternal: true
- uid: Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
commentId: M:Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
parent: Terminal.Gui.View
name: Redraw(Rect)
nameWithType: View.Redraw(Rect)
fullName: Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
spec.csharp:
- uid: Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
name: Redraw
nameWithType: View.Redraw
fullName: Terminal.Gui.View.Redraw
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.Rect
name: Rect
nameWithType: Rect
fullName: Terminal.Gui.Rect
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.Redraw(Terminal.Gui.Rect)
name: Redraw
nameWithType: View.Redraw
fullName: Terminal.Gui.View.Redraw
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.Rect
name: Rect
nameWithType: Rect
fullName: Terminal.Gui.Rect
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.MenuBar.Redraw*
commentId: Overload:Terminal.Gui.MenuBar.Redraw
name: Redraw
nameWithType: MenuBar.Redraw
fullName: Terminal.Gui.MenuBar.Redraw
- uid: Terminal.Gui.Rect
commentId: T:Terminal.Gui.Rect
parent: Terminal.Gui
name: Rect
nameWithType: Rect
fullName: Terminal.Gui.Rect
- uid: Terminal.Gui.MenuBar.PositionCursor
commentId: M:Terminal.Gui.MenuBar.PositionCursor
isExternal: true
- uid: Terminal.Gui.View.PositionCursor
commentId: M:Terminal.Gui.View.PositionCursor
parent: Terminal.Gui.View
name: PositionCursor()
nameWithType: View.PositionCursor()
fullName: Terminal.Gui.View.PositionCursor()
spec.csharp:
- uid: Terminal.Gui.View.PositionCursor
name: PositionCursor
nameWithType: View.PositionCursor
fullName: Terminal.Gui.View.PositionCursor
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.PositionCursor
name: PositionCursor
nameWithType: View.PositionCursor
fullName: Terminal.Gui.View.PositionCursor
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.MenuBar.PositionCursor*
commentId: Overload:Terminal.Gui.MenuBar.PositionCursor
name: PositionCursor
nameWithType: MenuBar.PositionCursor
fullName: Terminal.Gui.MenuBar.PositionCursor
- uid: System.EventHandler
commentId: T:System.EventHandler
parent: System
isExternal: true
name: EventHandler
nameWithType: EventHandler
fullName: System.EventHandler
- uid: Terminal.Gui.MenuBar.MenuOpen*
commentId: Overload:Terminal.Gui.MenuBar.MenuOpen
name: MenuOpen
nameWithType: MenuBar.MenuOpen
fullName: Terminal.Gui.MenuBar.MenuOpen
- uid: Terminal.Gui.MenuBar.LastFocused*
commentId: Overload:Terminal.Gui.MenuBar.LastFocused
name: LastFocused
nameWithType: MenuBar.LastFocused
fullName: Terminal.Gui.MenuBar.LastFocused
- uid: Terminal.Gui.MenuBar.ProcessHotKey(Terminal.Gui.KeyEvent)
commentId: M:Terminal.Gui.MenuBar.ProcessHotKey(Terminal.Gui.KeyEvent)
isExternal: true
- uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
commentId: M:Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
parent: Terminal.Gui.View
name: ProcessHotKey(KeyEvent)
nameWithType: View.ProcessHotKey(KeyEvent)
fullName: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
spec.csharp:
- uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
name: ProcessHotKey
nameWithType: View.ProcessHotKey
fullName: Terminal.Gui.View.ProcessHotKey
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.KeyEvent
name: KeyEvent
nameWithType: KeyEvent
fullName: Terminal.Gui.KeyEvent
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
name: ProcessHotKey
nameWithType: View.ProcessHotKey
fullName: Terminal.Gui.View.ProcessHotKey
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.KeyEvent
name: KeyEvent
nameWithType: KeyEvent
fullName: Terminal.Gui.KeyEvent
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.MenuBar.ProcessHotKey*
commentId: Overload:Terminal.Gui.MenuBar.ProcessHotKey
name: ProcessHotKey
nameWithType: MenuBar.ProcessHotKey
fullName: Terminal.Gui.MenuBar.ProcessHotKey
- uid: Terminal.Gui.MenuBar.ProcessKey(Terminal.Gui.KeyEvent)
commentId: M:Terminal.Gui.MenuBar.ProcessKey(Terminal.Gui.KeyEvent)
isExternal: true
- uid: Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
commentId: M:Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
parent: Terminal.Gui.View
name: ProcessKey(KeyEvent)
nameWithType: View.ProcessKey(KeyEvent)
fullName: Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
spec.csharp:
- uid: Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
name: ProcessKey
nameWithType: View.ProcessKey
fullName: Terminal.Gui.View.ProcessKey
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.KeyEvent
name: KeyEvent
nameWithType: KeyEvent
fullName: Terminal.Gui.KeyEvent
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.View.ProcessKey(Terminal.Gui.KeyEvent)
name: ProcessKey
nameWithType: View.ProcessKey
fullName: Terminal.Gui.View.ProcessKey
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.KeyEvent
name: KeyEvent
nameWithType: KeyEvent
fullName: Terminal.Gui.KeyEvent
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.MenuBar.ProcessKey*
commentId: Overload:Terminal.Gui.MenuBar.ProcessKey
name: ProcessKey
nameWithType: MenuBar.ProcessKey
fullName: Terminal.Gui.MenuBar.ProcessKey
- uid: Terminal.Gui.MenuBar.MouseEvent(Terminal.Gui.MouseEvent)
commentId: M:Terminal.Gui.MenuBar.MouseEvent(Terminal.Gui.MouseEvent)
isExternal: true
- uid: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
commentId: M:Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
parent: Terminal.Gui.Responder
name: MouseEvent(MouseEvent)
nameWithType: Responder.MouseEvent(MouseEvent)
fullName: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
spec.csharp:
- uid: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
name: MouseEvent
nameWithType: Responder.MouseEvent
fullName: Terminal.Gui.Responder.MouseEvent
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.MouseEvent
name: MouseEvent
nameWithType: MouseEvent
fullName: Terminal.Gui.MouseEvent
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
name: MouseEvent
nameWithType: Responder.MouseEvent
fullName: Terminal.Gui.Responder.MouseEvent
- name: (
nameWithType: (
fullName: (
- uid: Terminal.Gui.MouseEvent
name: MouseEvent
nameWithType: MouseEvent
fullName: Terminal.Gui.MouseEvent
- name: )
nameWithType: )
fullName: )
- uid: Terminal.Gui.MenuBar.MouseEvent*
commentId: Overload:Terminal.Gui.MenuBar.MouseEvent
name: MouseEvent
nameWithType: MenuBar.MouseEvent
fullName: Terminal.Gui.MenuBar.MouseEvent
- uid: Terminal.Gui.MouseEvent
commentId: T:Terminal.Gui.MouseEvent
parent: Terminal.Gui
name: MouseEvent
nameWithType: MouseEvent
fullName: Terminal.Gui.MouseEvent
shouldSkipMarkup: true