Click or drag to resize

TaskDialogTag Property

Gets or sets an object that contains data about the dialog.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Object Tag { get; set; }

Property Value

Type: Object
An object that contains data about the dialog. The default value is .
Remarks
Use this property to store arbitrary information about the dialog.
See Also