WpfDialogAssistant.GetWaitCursor Method
Call this method to change the window cursor to a wait cursor.
Disposing the WaitCursor object returned will restore the previous cursor.
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Function GetWaitCursor As WindowWaitCursor
public WindowWaitCursor GetWaitCursor()
public:
WindowWaitCursor^ GetWaitCursor()
member GetWaitCursor : unit -> WindowWaitCursor
public function GetWaitCursor() : WindowWaitCursor
Return Value
Type: WindowWaitCursor
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.