Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / IFormattingDialog Interface / Show Method
Any object that implements System.Windows.Forms.IWin32Window that represents the top-level window that will own the modal dialog box.

In This Topic
    Show Method (IFormattingDialog)
    In This Topic
    Shows the dialog window.
    Syntax
    'Declaration
     
    Function Show( _
       ByVal owner As System.Windows.Forms.IWin32Window _
    ) As System.Boolean
    System.bool Show( 
       System.Windows.Forms.IWin32Window owner
    )

    Parameters

    owner
    Any object that implements System.Windows.Forms.IWin32Window that represents the top-level window that will own the modal dialog box.
    See Also