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

Latest commit

 

History

History
12 lines (9 loc) · 846 Bytes

File metadata and controls

12 lines (9 loc) · 846 Bytes

xtd_forms common dialog examples

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

Common Dialogs

  • color_dialog represents a common dialog box that displays available colors along with controls that enable the user to define custom colors.
  • folder_browser_dialog prompts the user to select a folder.
  • font_dialog prompts the user to choose a font from among those installed on the local computer.
  • input_dialog prompts the user to input text.
  • open_file_dialog displays a standard dialog box that prompts the user to open a file.
  • save_file_dialog prompts the user to select a location for saving a file.