SimpleContentDialogCreateOptions(string, object, string) constructor¶
Defined in
Type: SimpleContentDialogCreateOptions
Namespace: CrissCross.WPF.UI
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Overloads¶
- 1.
public SimpleContentDialogCreateOptions(string Title, object Content, string CloseButtonText) - 2.
protected SimpleContentDialogCreateOptions(SimpleContentDialogCreateOptions original)
1. Overload¶
public SimpleContentDialogCreateOptions(string Title, object Content, string CloseButtonText)
Summary: Set of properties used when creating a new simple content dialog.
Parameters
| Name | Type | Description |
|---|---|---|
Title | string | Gets or sets a name at the top of the content dialog. |
Content | object | Gets or sets a message displayed in the content dialog. |
CloseButtonText | string | Gets or sets the name of the button that closes the content dialog. |
2. Overload¶
protected SimpleContentDialogCreateOptions(SimpleContentDialogCreateOptions original)
Parameters
| Name | Type | Description |
|---|---|---|
original | [SimpleContentDialogCreateOptions](# | -- |