Terminal.Gui.MessageBox.yml 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.MessageBox
  4. id: MessageBox
  5. children:
  6. - Terminal.Gui.MessageBox.ErrorQuery(System.Int32,System.Int32,System.String,System.String,System.String[])
  7. - Terminal.Gui.MessageBox.Query(System.Int32,System.Int32,System.String,System.String,System.String[])
  8. langs:
  9. - csharp
  10. name: MessageBox
  11. nameWithType: MessageBox
  12. fullName: Terminal.Gui.MessageBox
  13. type: Class
  14. assemblies:
  15. - Terminal.Gui
  16. namespace: Terminal.Gui
  17. summary: Message box displays a modal message to the user, with a title, a message and a series of options that the user can choose from.
  18. syntax:
  19. content: public static class MessageBox
  20. inheritance:
  21. - System.Object
  22. implements: []
  23. inheritedMembers: []
  24. - uid: Terminal.Gui.MessageBox.ErrorQuery(System.Int32,System.Int32,System.String,System.String,System.String[])
  25. id: ErrorQuery(System.Int32,System.Int32,System.String,System.String,System.String[])
  26. parent: Terminal.Gui.MessageBox
  27. langs:
  28. - csharp
  29. name: ErrorQuery(Int32, Int32, String, String, String[])
  30. nameWithType: MessageBox.ErrorQuery(Int32, Int32, String, String, String[])
  31. fullName: MessageBox.ErrorQuery(Int32, Int32, String, String, String[])
  32. type: Method
  33. assemblies:
  34. - Terminal.Gui
  35. namespace: Terminal.Gui
  36. summary: Presents an error message box with the specified title and message and a list of buttons to show to the user.
  37. syntax:
  38. content: public static int ErrorQuery (int width, int height, string title, string message, string[] buttons);
  39. parameters:
  40. - id: width
  41. type: System.Int32
  42. description: Width for the window.
  43. - id: height
  44. type: System.Int32
  45. description: Height for the window.
  46. - id: title
  47. type: System.String
  48. description: Title for the query.
  49. - id: message
  50. type: System.String
  51. description: Message to display, might contain multiple lines..
  52. - id: buttons
  53. type: System.String[]
  54. description: Array of buttons to add.
  55. return:
  56. type: System.Int32
  57. description: The index of the selected button, or -1 if the user pressed ESC to close the dialog.
  58. overload: Terminal.Gui.MessageBox.ErrorQuery*
  59. exceptions: []
  60. - uid: Terminal.Gui.MessageBox.Query(System.Int32,System.Int32,System.String,System.String,System.String[])
  61. id: Query(System.Int32,System.Int32,System.String,System.String,System.String[])
  62. parent: Terminal.Gui.MessageBox
  63. langs:
  64. - csharp
  65. name: Query(Int32, Int32, String, String, String[])
  66. nameWithType: MessageBox.Query(Int32, Int32, String, String, String[])
  67. fullName: MessageBox.Query(Int32, Int32, String, String, String[])
  68. type: Method
  69. assemblies:
  70. - Terminal.Gui
  71. namespace: Terminal.Gui
  72. summary: Presents a message with the specified title and message and a list of buttons to show to the user.
  73. syntax:
  74. content: public static int Query (int width, int height, string title, string message, string[] buttons);
  75. parameters:
  76. - id: width
  77. type: System.Int32
  78. description: Width for the window.
  79. - id: height
  80. type: System.Int32
  81. description: Height for the window.
  82. - id: title
  83. type: System.String
  84. description: Title for the query.
  85. - id: message
  86. type: System.String
  87. description: Message to display, might contain multiple lines..
  88. - id: buttons
  89. type: System.String[]
  90. description: Array of buttons to add.
  91. return:
  92. type: System.Int32
  93. description: The index of the selected button, or -1 if the user pressed ESC to close the dialog.
  94. overload: Terminal.Gui.MessageBox.Query*
  95. exceptions: []
  96. references:
  97. - uid: System.Object
  98. parent: System
  99. isExternal: true
  100. name: Object
  101. nameWithType: Object
  102. fullName: System.Object
  103. - uid: Terminal.Gui.MessageBox.ErrorQuery(System.Int32,System.Int32,System.String,System.String,System.String[])
  104. parent: Terminal.Gui.MessageBox
  105. isExternal: false
  106. name: ErrorQuery(Int32, Int32, String, String, String[])
  107. nameWithType: MessageBox.ErrorQuery(Int32, Int32, String, String, String[])
  108. fullName: MessageBox.ErrorQuery(Int32, Int32, String, String, String[])
  109. - uid: System.Int32
  110. parent: System
  111. isExternal: true
  112. name: Int32
  113. nameWithType: Int32
  114. fullName: System.Int32
  115. - uid: System.String
  116. parent: System
  117. isExternal: true
  118. name: String
  119. nameWithType: String
  120. fullName: System.String
  121. - uid: System.String[]
  122. parent: System
  123. isExternal: true
  124. name: String[]
  125. nameWithType: String[]
  126. fullName: System.String[]
  127. spec.csharp:
  128. - uid: System.String
  129. name: String
  130. nameWithType: String
  131. fullName: System.String
  132. - name: '[]'
  133. nameWithType: '[]'
  134. fullName: '[]'
  135. - uid: Terminal.Gui.MessageBox.Query(System.Int32,System.Int32,System.String,System.String,System.String[])
  136. parent: Terminal.Gui.MessageBox
  137. isExternal: false
  138. name: Query(Int32, Int32, String, String, String[])
  139. nameWithType: MessageBox.Query(Int32, Int32, String, String, String[])
  140. fullName: MessageBox.Query(Int32, Int32, String, String, String[])
  141. - uid: Terminal.Gui.MessageBox.ErrorQuery*
  142. parent: Terminal.Gui.MessageBox
  143. isExternal: false
  144. name: ErrorQuery
  145. nameWithType: MessageBox.ErrorQuery
  146. fullName: MessageBox.ErrorQuery
  147. - uid: Terminal.Gui.MessageBox.Query*
  148. parent: Terminal.Gui.MessageBox
  149. isExternal: false
  150. name: Query
  151. nameWithType: MessageBox.Query
  152. fullName: MessageBox.Query