Skip to content

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

NameTypeDescription
TitlestringGets or sets a name at the top of the content dialog.
ContentobjectGets or sets a message displayed in the content dialog.
CloseButtonTextstringGets or sets the name of the button that closes the content dialog.

2. Overload

protected SimpleContentDialogCreateOptions(SimpleContentDialogCreateOptions original)

Parameters

NameTypeDescription
original[SimpleContentDialogCreateOptions](#--