Terminal.Gui.Colors.yml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.Colors
  4. id: Colors
  5. children:
  6. - Terminal.Gui.Colors.Base
  7. - Terminal.Gui.Colors.Dialog
  8. - Terminal.Gui.Colors.Error
  9. - Terminal.Gui.Colors.Menu
  10. langs:
  11. - csharp
  12. name: Colors
  13. nameWithType: Colors
  14. fullName: Terminal.Gui.Colors
  15. type: Class
  16. assemblies:
  17. - Terminal.Gui
  18. namespace: Terminal.Gui
  19. summary: The default ColorSchemes for the application.
  20. syntax:
  21. content: public static class Colors
  22. inheritance:
  23. - System.Object
  24. implements: []
  25. inheritedMembers: []
  26. - uid: Terminal.Gui.Colors.Base
  27. id: Base
  28. parent: Terminal.Gui.Colors
  29. langs:
  30. - csharp
  31. name: Base
  32. nameWithType: Colors.Base
  33. fullName: Colors.Base
  34. type: Field
  35. assemblies:
  36. - Terminal.Gui
  37. namespace: Terminal.Gui
  38. summary: The base color scheme, for the default toplevel views.
  39. syntax:
  40. content: public static Terminal.Gui.ColorScheme Base;
  41. return:
  42. type: Terminal.Gui.ColorScheme
  43. description: To be added.
  44. exceptions: []
  45. - uid: Terminal.Gui.Colors.Dialog
  46. id: Dialog
  47. parent: Terminal.Gui.Colors
  48. langs:
  49. - csharp
  50. name: Dialog
  51. nameWithType: Colors.Dialog
  52. fullName: Colors.Dialog
  53. type: Field
  54. assemblies:
  55. - Terminal.Gui
  56. namespace: Terminal.Gui
  57. summary: The dialog color scheme, for standard popup dialog boxes
  58. syntax:
  59. content: public static Terminal.Gui.ColorScheme Dialog;
  60. return:
  61. type: Terminal.Gui.ColorScheme
  62. description: To be added.
  63. exceptions: []
  64. - uid: Terminal.Gui.Colors.Error
  65. id: Error
  66. parent: Terminal.Gui.Colors
  67. langs:
  68. - csharp
  69. name: Error
  70. nameWithType: Colors.Error
  71. fullName: Colors.Error
  72. type: Field
  73. assemblies:
  74. - Terminal.Gui
  75. namespace: Terminal.Gui
  76. summary: The color scheme for showing errors.
  77. syntax:
  78. content: public static Terminal.Gui.ColorScheme Error;
  79. return:
  80. type: Terminal.Gui.ColorScheme
  81. description: To be added.
  82. exceptions: []
  83. - uid: Terminal.Gui.Colors.Menu
  84. id: Menu
  85. parent: Terminal.Gui.Colors
  86. langs:
  87. - csharp
  88. name: Menu
  89. nameWithType: Colors.Menu
  90. fullName: Colors.Menu
  91. type: Field
  92. assemblies:
  93. - Terminal.Gui
  94. namespace: Terminal.Gui
  95. summary: The menu bar color
  96. syntax:
  97. content: public static Terminal.Gui.ColorScheme Menu;
  98. return:
  99. type: Terminal.Gui.ColorScheme
  100. description: To be added.
  101. exceptions: []
  102. references:
  103. - uid: System.Object
  104. parent: System
  105. isExternal: true
  106. name: Object
  107. nameWithType: Object
  108. fullName: System.Object
  109. - uid: Terminal.Gui.Colors.Base
  110. parent: Terminal.Gui.Colors
  111. isExternal: false
  112. name: Base
  113. nameWithType: Colors.Base
  114. fullName: Colors.Base
  115. - uid: Terminal.Gui.ColorScheme
  116. parent: Terminal.Gui
  117. isExternal: false
  118. name: ColorScheme
  119. nameWithType: ColorScheme
  120. fullName: Terminal.Gui.ColorScheme
  121. - uid: Terminal.Gui.Colors.Dialog
  122. parent: Terminal.Gui.Colors
  123. isExternal: false
  124. name: Dialog
  125. nameWithType: Colors.Dialog
  126. fullName: Colors.Dialog
  127. - uid: Terminal.Gui.Colors.Error
  128. parent: Terminal.Gui.Colors
  129. isExternal: false
  130. name: Error
  131. nameWithType: Colors.Error
  132. fullName: Colors.Error
  133. - uid: Terminal.Gui.Colors.Menu
  134. parent: Terminal.Gui.Colors
  135. isExternal: false
  136. name: Menu
  137. nameWithType: Colors.Menu
  138. fullName: Colors.Menu