mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 01:38:01 +01:00
238 lines
5.6 KiB
YAML
238 lines
5.6 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: Terminal.MenuItem
|
|
id: MenuItem
|
|
children:
|
|
- Terminal.MenuItem.#ctor(System.String,System.String,System.Action)
|
|
- Terminal.MenuItem.Action
|
|
- Terminal.MenuItem.Help
|
|
- Terminal.MenuItem.HotKey
|
|
- Terminal.MenuItem.ShortCut
|
|
- Terminal.MenuItem.Title
|
|
langs:
|
|
- csharp
|
|
name: MenuItem
|
|
nameWithType: MenuItem
|
|
fullName: Terminal.MenuItem
|
|
type: Class
|
|
assemblies:
|
|
- Terminal
|
|
namespace: Terminal
|
|
summary: A menu item has a title, an associated help text, and an action to execute on activation.
|
|
syntax:
|
|
content: public class MenuItem
|
|
inheritance:
|
|
- System.Object
|
|
implements: []
|
|
inheritedMembers: []
|
|
- uid: Terminal.MenuItem.#ctor(System.String,System.String,System.Action)
|
|
id: '#ctor(System.String,System.String,System.Action)'
|
|
parent: Terminal.MenuItem
|
|
langs:
|
|
- csharp
|
|
name: MenuItem(String, String, Action)
|
|
nameWithType: MenuItem.MenuItem(String, String, Action)
|
|
fullName: MenuItem.MenuItem(String, String, Action)
|
|
type: Constructor
|
|
assemblies:
|
|
- Terminal
|
|
namespace: Terminal
|
|
syntax:
|
|
content: public MenuItem (string title, string help, Action action);
|
|
parameters:
|
|
- id: title
|
|
type: System.String
|
|
description: To be added.
|
|
- id: help
|
|
type: System.String
|
|
description: To be added.
|
|
- id: action
|
|
type: System.Action
|
|
description: To be added.
|
|
overload: Terminal.MenuItem.#ctor*
|
|
exceptions: []
|
|
- uid: Terminal.MenuItem.Action
|
|
id: Action
|
|
parent: Terminal.MenuItem
|
|
langs:
|
|
- csharp
|
|
name: Action
|
|
nameWithType: MenuItem.Action
|
|
fullName: MenuItem.Action
|
|
type: Property
|
|
assemblies:
|
|
- Terminal
|
|
namespace: Terminal
|
|
syntax:
|
|
content: public Action Action { get; set; }
|
|
return:
|
|
type: System.Action
|
|
description: To be added.
|
|
overload: Terminal.MenuItem.Action*
|
|
exceptions: []
|
|
- uid: Terminal.MenuItem.Help
|
|
id: Help
|
|
parent: Terminal.MenuItem
|
|
langs:
|
|
- csharp
|
|
name: Help
|
|
nameWithType: MenuItem.Help
|
|
fullName: MenuItem.Help
|
|
type: Property
|
|
assemblies:
|
|
- Terminal
|
|
namespace: Terminal
|
|
syntax:
|
|
content: public string Help { get; set; }
|
|
return:
|
|
type: System.String
|
|
description: To be added.
|
|
overload: Terminal.MenuItem.Help*
|
|
exceptions: []
|
|
- uid: Terminal.MenuItem.HotKey
|
|
id: HotKey
|
|
parent: Terminal.MenuItem
|
|
langs:
|
|
- csharp
|
|
name: HotKey
|
|
nameWithType: MenuItem.HotKey
|
|
fullName: MenuItem.HotKey
|
|
type: Field
|
|
assemblies:
|
|
- Terminal
|
|
namespace: Terminal
|
|
syntax:
|
|
content: public char HotKey;
|
|
return:
|
|
type: System.Char
|
|
description: To be added.
|
|
exceptions: []
|
|
- uid: Terminal.MenuItem.ShortCut
|
|
id: ShortCut
|
|
parent: Terminal.MenuItem
|
|
langs:
|
|
- csharp
|
|
name: ShortCut
|
|
nameWithType: MenuItem.ShortCut
|
|
fullName: MenuItem.ShortCut
|
|
type: Field
|
|
assemblies:
|
|
- Terminal
|
|
namespace: Terminal
|
|
syntax:
|
|
content: public Terminal.Key ShortCut;
|
|
return:
|
|
type: Terminal.Key
|
|
description: To be added.
|
|
exceptions: []
|
|
- uid: Terminal.MenuItem.Title
|
|
id: Title
|
|
parent: Terminal.MenuItem
|
|
langs:
|
|
- csharp
|
|
name: Title
|
|
nameWithType: MenuItem.Title
|
|
fullName: MenuItem.Title
|
|
type: Property
|
|
assemblies:
|
|
- Terminal
|
|
namespace: Terminal
|
|
syntax:
|
|
content: public string Title { get; set; }
|
|
return:
|
|
type: System.String
|
|
description: To be added.
|
|
overload: Terminal.MenuItem.Title*
|
|
exceptions: []
|
|
references:
|
|
- uid: System.Object
|
|
parent: System
|
|
isExternal: true
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
- uid: Terminal.MenuItem.#ctor(System.String,System.String,System.Action)
|
|
parent: Terminal.MenuItem
|
|
isExternal: false
|
|
name: MenuItem(String, String, Action)
|
|
nameWithType: MenuItem.MenuItem(String, String, Action)
|
|
fullName: MenuItem.MenuItem(String, String, Action)
|
|
- uid: System.String
|
|
parent: System
|
|
isExternal: true
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
- uid: System.Action
|
|
parent: System
|
|
isExternal: true
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
- uid: Terminal.MenuItem.Action
|
|
parent: Terminal.MenuItem
|
|
isExternal: false
|
|
name: Action
|
|
nameWithType: MenuItem.Action
|
|
fullName: MenuItem.Action
|
|
- uid: Terminal.MenuItem.Help
|
|
parent: Terminal.MenuItem
|
|
isExternal: false
|
|
name: Help
|
|
nameWithType: MenuItem.Help
|
|
fullName: MenuItem.Help
|
|
- uid: Terminal.MenuItem.HotKey
|
|
parent: Terminal.MenuItem
|
|
isExternal: false
|
|
name: HotKey
|
|
nameWithType: MenuItem.HotKey
|
|
fullName: MenuItem.HotKey
|
|
- uid: System.Char
|
|
parent: System
|
|
isExternal: true
|
|
name: Char
|
|
nameWithType: Char
|
|
fullName: System.Char
|
|
- uid: Terminal.MenuItem.ShortCut
|
|
parent: Terminal.MenuItem
|
|
isExternal: false
|
|
name: ShortCut
|
|
nameWithType: MenuItem.ShortCut
|
|
fullName: MenuItem.ShortCut
|
|
- uid: Terminal.Key
|
|
parent: Terminal
|
|
isExternal: false
|
|
name: Key
|
|
nameWithType: Key
|
|
fullName: Terminal.Key
|
|
- uid: Terminal.MenuItem.Title
|
|
parent: Terminal.MenuItem
|
|
isExternal: false
|
|
name: Title
|
|
nameWithType: MenuItem.Title
|
|
fullName: MenuItem.Title
|
|
- uid: Terminal.MenuItem.#ctor*
|
|
parent: Terminal.MenuItem
|
|
isExternal: false
|
|
name: MenuItem
|
|
nameWithType: MenuItem.MenuItem
|
|
fullName: MenuItem.MenuItem
|
|
- uid: Terminal.MenuItem.Action*
|
|
parent: Terminal.MenuItem
|
|
isExternal: false
|
|
name: Action
|
|
nameWithType: MenuItem.Action
|
|
fullName: MenuItem.Action
|
|
- uid: Terminal.MenuItem.Help*
|
|
parent: Terminal.MenuItem
|
|
isExternal: false
|
|
name: Help
|
|
nameWithType: MenuItem.Help
|
|
fullName: MenuItem.Help
|
|
- uid: Terminal.MenuItem.Title*
|
|
parent: Terminal.MenuItem
|
|
isExternal: false
|
|
name: Title
|
|
nameWithType: MenuItem.Title
|
|
fullName: MenuItem.Title
|