Show / Hide Table of Contents

Method CheckListDialog.ShowDialog


Overload

Adds OK/Cancel buttons, shows dialog, sets result properties.

public bool ShowDialog(DependencyObject owner = null)
Parameters
owner  (DependencyObject)

Owner window, or an element in it. If used, sets ShowInTaskbar = false. Else sets Topmost = true, unless dialog.options.topmostIfNoOwnerWindow is false or the active window belongs to this process.

Returns
bool

true if pressed OK.