| TaskDialogItemOwner Property |
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TaskDialog Owner { get; }
Public ReadOnly Property Owner As TaskDialog
Get
public:
property TaskDialog^ Owner {
TaskDialog^ get ();
}
member Owner : TaskDialog with get
Property Value
Type:
TaskDialog
The
TaskDialog that owns this
TaskDialogItem.
Remarks See Also