Show / Hide Table of Contents

Class MessageBox

Inheritance
System.Object
MessageBox
Namespace: Cloud_ShareSync.GUI.Views
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

_buttonPanel

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

_okButton

Declaration
readonly Button _okButton
Field Value
Type Description
Button
| 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

_stackTraceButton

Declaration
readonly Button _stackTraceButton
Field Value
Type Description
Button
| Improve this Doc View Source

_text

Declaration
readonly string _text
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

ConfigureButtonPanel()

Declaration
void ConfigureButtonPanel()
| Improve this Doc View Source

ConfigureButtonPanelChildren()

Declaration
void ConfigureButtonPanelChildren()
| Improve this Doc View Source

ConfigureClickActions()

Declaration
void ConfigureClickActions()
| Improve this Doc View Source

ConfigureMainPanel()

Declaration
void ConfigureMainPanel()
| Improve this Doc View Source

ConfigureWindowProperties(String)

Declaration
void ConfigureWindowProperties(string title)
Parameters
Type Name Description
System.String title
| Improve this Doc View Source

ShowDialog()

Declaration
public async Task ShowDialog()
Returns
Type Description
Task
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
About Me | Open Source Acknowledgements | Security
☀
☾