C# Class FdoToolbox.Base.Controls.TempCursor

A helper class to temporarily change the active cursor. All operations done within the scope of this class (up to its disposal) will run with the specified active cursor.
Inheritance: IDisposable
ファイルを表示 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

TempCursor ( Cursor cr ) : System

Initializes a new instance of the TempCursor class.

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

TempCursor() public method

Initializes a new instance of the TempCursor class.
public TempCursor ( Cursor cr ) : System
cr System.Windows.Forms.Cursor The cr.
return System