Skip to content

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

NameSummary
.ctorInitializes a new instance of the [MessageBoxAsync](# class.

Properties

NameSummary
ButtonsGets or sets the dialog buttons.
CloseCommandGets the close window command that sets the dialog result to a null value.
CloseFalseCommandGets the close window command that sets the dialog result to false.
CloseTrueCommandGets the close window command that sets the dialog result to True.
CancelButtonGets the Cancel button.
CloseButtonGets the Close button.
YesButtonGets the Yes button.
NoButtonGets the No button.
OkButtonGets the OK button.
CustomButton0Gets the custom button0.
CustomButton1Gets the custom button1.
CustomButton2Gets the custom button2.
CustomButton3Gets the custom button3.
CustomButton4Gets the custom button4.
CustomButton5Gets the custom button5.
CustomButton6Gets the custom button6.
CustomButton7Gets the custom button7.
CustomButton8Gets the custom button8.
CustomButton9Gets the custom button9.

Fields

NameSummary
static ButtonsPropertyIdentifies the Buttons dependency property.

Methods

NameSummary
InitializeComponentInitializeComponent
Inherited members