xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
use_wait_cursor.h
Go to the documentation of this file.
1 #pragma once
5 #include <xtd/object.h>
6 #include "application.h"
7 
9 namespace xtd {
11  namespace forms {
22  class use_wait_cursor : public object {
23  public:
30  };
31  }
32 }
Contains xtd::forms::application class.
static bool use_wait_cursor()
Gets whether the wait cursor is used for all open forms of the application.
Creates a use wait cursor class.
Definition: use_wait_cursor.h:22
use_wait_cursor()
Initializes a new instance of use_wait_cursor class.
Definition: use_wait_cursor.h:26
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition: object.h:26
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
Contains xtd::object class.