This folder contains all examples used by xtd::forms docmentation and more.
- about_dialog represents a common dialog box that displays about box.
- message_box displays a message window, also known as a dialog box, which presents a message to the user. It is a modal window, blocking other actions in the application until the user closes it. A MessageBox can contain text, buttons, and symbols that inform and instruct the user.