CursorSwitcher Constructor
Initializes a new instance of the CursorSwitcher class.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
cursor As Cursor _
)
public CursorSwitcher(
Cursor cursor
)
public:
CursorSwitcher(
Cursor^ cursor
)
new :
cursor:Cursor -> CursorSwitcher
public function CursorSwitcher(
cursor : Cursor
)
Parameters
- cursor
Type: System.Windows.Forms.Cursor
A Cursor object representing the cursor to switch to.
.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.