Class MessageBox
Inheritance
System.Object
MessageBox
Assembly: Cloud-ShareSync.dll
Syntax
public class MessageBox : Window
Constructors
|
Improve this Doc
View Source
MessageBox(String, String, Nullable<String>)
Declaration
public MessageBox(string title, string text, string? stackTraceMsg = null)
Parameters
| Type |
Name |
Description |
| System.String |
title |
|
| System.String |
text |
|
| System.Nullable<System.String> |
stackTraceMsg |
|
Fields
|
Improve this Doc
View Source
Declaration
readonly StackPanel _buttonPanel
Field Value
| Type |
Description |
| StackPanel |
|
|
Improve this Doc
View Source
_errorText
Declaration
readonly TextBlock _errorText
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly Button _okButton
Field Value
|
Improve this Doc
View Source
_panel
Declaration
readonly StackPanel _panel
Field Value
| Type |
Description |
| StackPanel |
|
|
Improve this Doc
View Source
_stackTrace
Declaration
readonly string? _stackTrace
Field Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Declaration
readonly Button _stackTraceButton
Field Value
|
Improve this Doc
View Source
_text
Declaration
Field Value
| Type |
Description |
| System.String |
|
Methods
|
Improve this Doc
View Source
ClickOk(Nullable<Object>, RoutedEventArgs)
Declaration
void ClickOk(object? sender, RoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Object> |
sender |
|
| RoutedEventArgs |
e |
|
|
Improve this Doc
View Source
ClickShowStackTrace(Nullable<Object>, RoutedEventArgs)
Declaration
void ClickShowStackTrace(object? sender, RoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Object> |
sender |
|
| RoutedEventArgs |
e |
|
|
Improve this Doc
View Source
Declaration
void ConfigureButtonPanel()
|
Improve this Doc
View Source
Declaration
void ConfigureButtonPanelChildren()
|
Improve this Doc
View Source
Declaration
void ConfigureClickActions()
|
Improve this Doc
View Source
ConfigureMainPanel()
Declaration
void ConfigureMainPanel()
|
Improve this Doc
View Source
Declaration
void ConfigureWindowProperties(string title)
Parameters
| Type |
Name |
Description |
| System.String |
title |
|
|
Improve this Doc
View Source
ShowDialog()
Declaration
public async Task ShowDialog()
Returns