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¶
| Name | Summary |
|---|---|
| .ctor | Set of properties used when creating a new simple content dialog. |
Properties¶
| Name | Summary |
|---|---|
| EqualityContract | |
| Title | Gets or sets a name at the top of the content dialog. |
| Content | Gets or sets a message displayed in the content dialog. |
| CloseButtonText | Gets or sets the name of the button that closes the content dialog. |
| PrimaryButtonText | Gets or sets the default text of the primary button at the bottom of the content dialog. |
| SecondaryButtonText | Gets or sets the default text of the secondary button at the bottom of the content dialog. |
Methods¶
| Name | Summary |
|---|---|
| ToString | |
| PrintMembers | |
| GetHashCode | |
| Equals | |
| Deconstruct |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |