| 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; }
Public Property Tag As Object
Get
Set
public:
property Object^ Tag {
Object^ get ();
void set (Object^ value);
}
member Tag : Object with 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