Click or drag to resize

TaskDialogItemOwner Property

Gets the TaskDialog that owns this TaskDialogItem.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TaskDialog Owner { get; }

Property Value

Type: TaskDialog
The TaskDialog that owns this TaskDialogItem.
Remarks
This property is set automatically when the TaskDialogItem is added to the Buttons or RadioButtons collection of a TaskDialog.
See Also