This folder contains all examples used by xtd::forms docmentation and more.
- application shows how to create an application with xtd::forms::application class.
- application_context shows how to create an application with xtd::forms::application class with xtd::forms::application_context class.
- application_enable_dark_mode shows how to enable dark mode with xtd::forms::application class with xtd::forms::application_context class.
- application_enable_light_mode shows how to enable light mode with xtd::forms::application class with xtd::forms::application_context class.
- application_icon shows how to set application icon with cmake application_icon().
- application_use_wait_cursor shows how to show and hide wait cursor application with xtd::forms::application class with xtd::forms::application_context class.