ComponentOne Windows 7 Control Pack for WinForms
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.

In This Topic
    Show(Boolean) Method
    In This Topic
    Creates and shows a task dialog.
    Syntax
    'Declaration
     
    
    Public Overloads Function Show( _
       ByVal dialogOwnedByActiveWindow As Boolean _
    ) As TaskDialogResult

    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