ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / Show Method / Show() Method

In This Topic
    Show() Method
    In This Topic
    Creates and shows a task dialog with a default owner.
    Syntax
    'Declaration
     
    
    Public Overloads Function Show() As TaskDialogResult
    public TaskDialogResult Show()

    Return Value

    The task dialog result (see also the DialogResult property).
    See Also