Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
commonDialog
Type: System.Windows.Forms.CommonDialogThe common dialog modal.
Return Value
Type: System.Windows.Forms.DialogResult
A DialogResult value.
See Also
ShowDialog Overload
PropertySheet Class
Microsoft.ManagementConsole Namespace
Return to top