See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Switch the mouse cursor to a wait cursor while saving.

Namespace: NTier.Actions
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0

Syntax

C#
protected virtual IDisposable SwitchToWaitCursor()
Visual Basic
Protected Overridable Function SwitchToWaitCursor As IDisposable
Visual C++
protected:
virtual IDisposable^ SwitchToWaitCursor()

Return Value

Type: IDisposable

See Also