Menus and toolbars examples

January 11, 2024 ยท View on GitHub

This folder contains xtd.forms menus and toolbars examples.

  • context_menu represents a shortcut menu.
  • context_menu_strip represents a shortcut menu.
  • main_menu represents a main menu system for a form.
  • menu_strip provides a menu system for a form.
  • status_bar represents a Windows status bar control.
  • status_strip represents a Windows status bar control.
  • tool_bar represents a tool bar for a form.
  • tool_strip represents a container for Windows toolbar objects.
  • tool_strip_container represents panels on each side of the form and a central panel that can hold one or more controls.

Build and run any project

Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:

xtdc run -t any_project_name