#include <xtd/drawing/system_colors>
#include <xtd/forms/application>
#include <xtd/forms/form>
#include <xtd/forms/status_bar>
namespace status_bar_without_panels_example {
class form1 :
public form {
public:
form1() {
text(
"Status bar without panels example");
status_bar1.text(string::format(
"Mouse click at location : {}",
e.location()));
};
status_bar1.parent(*this);
status_bar1.text("Click anywhere on the client form...");
}
private:
};
}
auto main() -> int {
}
static xtd::drawing::color control()
Gets a xtd::drawing::color structure that is the face color of a 3-D element.
size_t size
Represents a size of any object in bytes.
Definition size.hpp:23
@ e
The E key.
Definition console_key.hpp:96
Contains classes that represent ASCII and Unicode character encodings; abstract base classes for conv...
Definition basic_string_builder.hpp:16
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8