xtd 0.2.0
use_wait_cursor.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/object>
6
8namespace xtd {
10 namespace forms {
25 class use_wait_cursor : public object {
26 public:
28
34
38 };
39 }
40}
use_wait_cursor()
Initializes a new instance of use_wait_cursor class.
object()=default
Create a new instance of the ultimate base class object.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8