PropertySheet.ShowDialog Method (CommonDialog)

 

Shows a common dialog modal in the property sheet window.

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

Syntax

public DialogResult ShowDialog(
    CommonDialog commonDialog
)
public:
DialogResult ShowDialog(
    CommonDialog^ commonDialog
)
member ShowDialog : 
        commonDialog:CommonDialog -> DialogResult
Public Function ShowDialog (
    commonDialog As CommonDialog
) 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