Cursors::AppStarting Property

 

Gets the Cursor that appears when an application is starting.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property Cursor^ AppStarting {
	static Cursor^ get();
}

Property Value

Type: System.Windows.Input::Cursor^

The AppStarting cursor.

The AppStarting typically indicates that the system is loading information, but the user interface can handle input.

See Remark on Cursors.

.NET Framework
Available since 3.0
Return to top
Show: