PropertySheet.ShowDialog Method (Form, WaitCursor)
Shows a form modal in the property sheet window with an optional wait cursor delay.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public DialogResult ShowDialog(
Form form,
WaitCursor waitCursor
)
public:
DialogResult ShowDialog(
Form^ form,
WaitCursor^ waitCursor
)
member ShowDialog :
form:Form *
waitCursor:WaitCursor -> DialogResult
Public Function ShowDialog (
form As Form,
waitCursor As WaitCursor
) As DialogResult
Parameters
form
Type: System.Windows.Forms.FormThe form modal.
waitCursor
Type: Microsoft.ManagementConsole.Advanced.WaitCursorThe WaitCursor value for the delay.
Return Value
Type: System.Windows.Forms.DialogResult
A DialogResult value.
See Also
ShowDialog Overload
PropertySheet Class
Microsoft.ManagementConsole Namespace
Return to top