Cursors.AppStarting 属性

定义

获取在应用程序启动时显示的光标。

public:
 static property System::Windows::Forms::Cursor ^ AppStarting { System::Windows::Forms::Cursor ^ get(); };
public static System.Windows.Forms.Cursor AppStarting { get; }
static member AppStarting : System.Windows.Forms.Cursor
Public Shared ReadOnly Property AppStarting As Cursor

属性值

一个 Cursor,它表示应用程序启动时显示的光标。

适用于

另请参阅