C# Класс 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.
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

TempCursor() публичный Метод

Initializes a new instance of the TempCursor class.
public TempCursor ( Cursor cr ) : System
cr System.Windows.Forms.Cursor The cr.
Результат System