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.
Gets or sets the DialogResult value to return if the wait cursor ends before timing out.
Namespace:   Microsoft.ManagementConsole.Advanced
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public DialogResult DialogResult { get; set; }
public:
property DialogResult DialogResult {
    DialogResult get();
    void set(DialogResult value);
}
member DialogResult : DialogResult with get, set
Public Property DialogResult As DialogResult
Property Value
Type: System.Windows.Forms.DialogResult
The DialogResult to return
See Also
WaitCursor Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top