Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 560 Bytes

File metadata and controls

8 lines (5 loc) · 560 Bytes

xtd_forms common dialog examples

This folder contains all examples used by xtd::forms docmentation and more.

Dialogs

  • 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.