ComponentOne Windows 7 Control Pack for WinForms
Show(Boolean) Method



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class > Show Method : Show(Boolean) Method
If True, the active window attached to the calling thread's message queue will be the owner for the task dialog.
Creates and shows a task dialog.
Syntax
Public Overloads Function Show( _
   ByVal dialogOwnedByActiveWindow As Boolean _
) As TaskDialogResult
Dim instance As C1TaskDialog
Dim dialogOwnedByActiveWindow As Boolean
Dim value As TaskDialogResult
 
value = instance.Show(dialogOwnedByActiveWindow)

Parameters

dialogOwnedByActiveWindow
If True, the active window attached to the calling thread's message queue will be the owner for the task dialog.

Return Value

The task dialog result (see also the DialogResult property).
Remarks
You can pass False to this method to show the task dialog as an autonomous window.
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members
Overload List