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 应用程序启动时出现的游标。

适用于

另请参阅