Skip to content

SimpleContentDialogCreateOptions record

Defined in

Namespace: CrissCross.WPF.UI Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.SimpleContentDialogCreateOptions Modifiers: public

Summary

        Set of properties used when creating a new simple content dialog.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class SimpleContentDialogCreateOptions
class IEquatable~SimpleContentDialogCreateOptions~ {
    <>
}
IEquatable~SimpleContentDialogCreateOptions~ <|.. SimpleContentDialogCreateOptions

Implements: IEquatable

Constructors

NameSummary
.ctorSet of properties used when creating a new simple content dialog.

Properties

NameSummary
EqualityContract
TitleGets or sets a name at the top of the content dialog.
ContentGets or sets a message displayed in the content dialog.
CloseButtonTextGets or sets the name of the button that closes the content dialog.
PrimaryButtonTextGets or sets the default text of the primary button at the bottom of the content dialog.
SecondaryButtonTextGets or sets the default text of the secondary button at the bottom of the content dialog.

Methods

NameSummary
ToString
PrintMembers
GetHashCode
Equals
Deconstruct

Operators

NameSummary
static op_Inequality
static op_Equality
Inherited members