Click or drag to resize

TaskDialogItemUpdateOwner Method

Causes a full update of the owner dialog.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void UpdateOwner()
Remarks

When this method is called, the owner dialog will be updated to reflect the current state of the object.

When the TaskDialogItem has no owner, or the owner is not being displayed, this method has no effect.

See Also