MessageBoxAsync class¶
Defined in
Namespace: CrissCross.WPF.UI
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.MessageBoxAsync
Modifiers: public
Summary¶
MessageBoxAsync
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class MessageBoxAsync
class UserControl
UserControl <|-- MessageBoxAsync
class IListenForMessages {
<>
}
IListenForMessages <|.. MessageBoxAsync
class IComponentConnector {
<>
}
IComponentConnector <|.. MessageBoxAsync
Inherits from: UserControl
Implements: IListenForMessages, IComponentConnector
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [MessageBoxAsync](# class. |
Properties¶
| Name | Summary |
|---|---|
| Buttons | Gets or sets the dialog buttons. |
| CloseCommand | Gets the close window command that sets the dialog result to a null value. |
| CloseFalseCommand | Gets the close window command that sets the dialog result to false. |
| CloseTrueCommand | Gets the close window command that sets the dialog result to True. |
| CancelButton | Gets the Cancel button. |
| CloseButton | Gets the Close button. |
| YesButton | Gets the Yes button. |
| NoButton | Gets the No button. |
| OkButton | Gets the OK button. |
| CustomButton0 | Gets the custom button0. |
| CustomButton1 | Gets the custom button1. |
| CustomButton2 | Gets the custom button2. |
| CustomButton3 | Gets the custom button3. |
| CustomButton4 | Gets the custom button4. |
| CustomButton5 | Gets the custom button5. |
| CustomButton6 | Gets the custom button6. |
| CustomButton7 | Gets the custom button7. |
| CustomButton8 | Gets the custom button8. |
| CustomButton9 | Gets the custom button9. |
Fields¶
| Name | Summary |
|---|---|
| static ButtonsProperty | Identifies the Buttons dependency property. |
Methods¶
| Name | Summary |
|---|---|
| InitializeComponent | InitializeComponent |