PropertySheet.ShowDialog Method (Form)

 

Shows a form modal in the property sheet without delay.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public DialogResult ShowDialog(
    Form form
)
public:
DialogResult ShowDialog(
    Form^ form
)
member ShowDialog : 
        form:Form -> DialogResult
Public Function ShowDialog (
    form As Form
) As DialogResult

Parameters

Return Value

Type: System.Windows.Forms.DialogResult

A DialogResult value.

See Also

ShowDialog Overload
PropertySheet Class
Microsoft.ManagementConsole Namespace

Return to top