123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- ### YamlMime:ManagedReference
- items:
- - uid: Terminal.Gui.Colors
- id: Colors
- children:
- - Terminal.Gui.Colors.Base
- - Terminal.Gui.Colors.Dialog
- - Terminal.Gui.Colors.Error
- - Terminal.Gui.Colors.Menu
- langs:
- - csharp
- name: Colors
- nameWithType: Colors
- fullName: Terminal.Gui.Colors
- type: Class
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The default ColorSchemes for the application.
- syntax:
- content: public static class Colors
- inheritance:
- - System.Object
- implements: []
- inheritedMembers: []
- - uid: Terminal.Gui.Colors.Base
- id: Base
- parent: Terminal.Gui.Colors
- langs:
- - csharp
- name: Base
- nameWithType: Colors.Base
- fullName: Colors.Base
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The base color scheme, for the default toplevel views.
- syntax:
- content: public static Terminal.Gui.ColorScheme Base;
- return:
- type: Terminal.Gui.ColorScheme
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Colors.Dialog
- id: Dialog
- parent: Terminal.Gui.Colors
- langs:
- - csharp
- name: Dialog
- nameWithType: Colors.Dialog
- fullName: Colors.Dialog
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The dialog color scheme, for standard popup dialog boxes
- syntax:
- content: public static Terminal.Gui.ColorScheme Dialog;
- return:
- type: Terminal.Gui.ColorScheme
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Colors.Error
- id: Error
- parent: Terminal.Gui.Colors
- langs:
- - csharp
- name: Error
- nameWithType: Colors.Error
- fullName: Colors.Error
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The color scheme for showing errors.
- syntax:
- content: public static Terminal.Gui.ColorScheme Error;
- return:
- type: Terminal.Gui.ColorScheme
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Colors.Menu
- id: Menu
- parent: Terminal.Gui.Colors
- langs:
- - csharp
- name: Menu
- nameWithType: Colors.Menu
- fullName: Colors.Menu
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The menu bar color
- syntax:
- content: public static Terminal.Gui.ColorScheme Menu;
- return:
- type: Terminal.Gui.ColorScheme
- description: To be added.
- exceptions: []
- references:
- - uid: System.Object
- parent: System
- isExternal: true
- name: Object
- nameWithType: Object
- fullName: System.Object
- - uid: Terminal.Gui.Colors.Base
- parent: Terminal.Gui.Colors
- isExternal: false
- name: Base
- nameWithType: Colors.Base
- fullName: Colors.Base
- - uid: Terminal.Gui.ColorScheme
- parent: Terminal.Gui
- isExternal: false
- name: ColorScheme
- nameWithType: ColorScheme
- fullName: Terminal.Gui.ColorScheme
- - uid: Terminal.Gui.Colors.Dialog
- parent: Terminal.Gui.Colors
- isExternal: false
- name: Dialog
- nameWithType: Colors.Dialog
- fullName: Colors.Dialog
- - uid: Terminal.Gui.Colors.Error
- parent: Terminal.Gui.Colors
- isExternal: false
- name: Error
- nameWithType: Colors.Error
- fullName: Colors.Error
- - uid: Terminal.Gui.Colors.Menu
- parent: Terminal.Gui.Colors
- isExternal: false
- name: Menu
- nameWithType: Colors.Menu
- fullName: Colors.Menu
|