mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 23:43:39 +02:00
* Migrate inprogress winforms contnet from docs * Fix preview note * Fix vb code * Minor fixes to keyboard articles * Minor adjustment to overview * Test redirects for 4.0 -> 5.0 * adjust links * Add mouse input section winforms (#81) * Update projects to .NET 5 * Update keyboard desc * Finish mouse events * Add remaining mouse articles;code * finish mouse input * minor fixes * Remove branch restriction (#82) * Update build-validation.yml (#84) * Update build-validation.yml (#85) * Fix vb proj * Add WinForms tutorial (#91) * redirect between overview * New create an app tutorial * Fix markdown * Fix preserve view setting * Add forms articles (#93) * Add forms articles * Fix warnings * Winforms publish (#95) * Prep TOC for publish * Updated date * Automatic how-to topic type * Update desc/headers * Fix links * Fix build errors * Add preview note * Update toc landing page * Convert old style project files * update download links * Apply suggestions from code review Co-authored-by: Genevieve Warren <[email protected]> * Adjust number key * Update dotnet-desktop-guide/net/winforms/overview/index.md * Try toc position task via bookmark * Improve images * Remove sentence * File redirects Co-authored-by: Genevieve Warren <[email protected]>
84 lines
2.7 KiB
YAML
84 lines
2.7 KiB
YAML
### YamlMime:Landing
|
|
|
|
title: Windows Forms documentation
|
|
summary: Learn about using Windows Forms, an open-source, graphical user interface for Windows, on .NET 5.
|
|
|
|
metadata:
|
|
title: Windows Forms for .NET 5 documentation
|
|
description: Learn about using Windows Forms, an open-source, graphical user interface for Windows, on .NET 5.
|
|
ms.topic: landing-page
|
|
ms.date: 10/26/2020
|
|
|
|
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
|
|
|
|
landingContent:
|
|
|
|
# Card
|
|
- title: Learn about Windows Forms
|
|
linkLists:
|
|
- linkListType: download
|
|
links:
|
|
- text: Visual Studio 2019 version 16.8 Preview
|
|
url: https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019+desktopguide+winforms
|
|
- linkListType: overview
|
|
links:
|
|
- text: Windows Forms overview
|
|
url: overview/index.md
|
|
- linkListType: tutorial
|
|
links:
|
|
- text: Create a new app
|
|
url: get-started/create-app-visual-studio.md
|
|
|
|
- title: Controls
|
|
linkLists:
|
|
- linkListType: overview
|
|
links:
|
|
- text: About controls
|
|
url: controls/overview.md
|
|
- linkListType: concept
|
|
links:
|
|
- text: Layout
|
|
url: controls/layout.md
|
|
- linkListType: how-to-guide
|
|
links:
|
|
- text: Add a control
|
|
url: controls/how-to-add-to-a-form.md
|
|
- text: Add access (shortcut) keys
|
|
url: controls/how-to-create-access-keys.md
|
|
|
|
- title: Keyboard input
|
|
linkLists:
|
|
- linkListType: overview
|
|
links:
|
|
- text: About the keyboard
|
|
url: input-keyboard/overview.md
|
|
- linkListType: concept
|
|
links:
|
|
- text: Keyboard events
|
|
url: input-keyboard/events.md
|
|
- linkListType: how-to-guide
|
|
links:
|
|
- text: Handle keyboard input
|
|
url: input-keyboard/how-to-handle-forms.md
|
|
- text: Modify key events
|
|
url: input-keyboard/how-to-change-key-press.md
|
|
|
|
- title: Mouse input
|
|
linkLists:
|
|
- linkListType: overview
|
|
links:
|
|
- text: About the mouse
|
|
url: input-mouse/overview.md
|
|
- linkListType: concept
|
|
links:
|
|
- text: Mouse events
|
|
url: input-mouse/events.md
|
|
- text: Drag-and-drop
|
|
url: input-mouse/drag-and-drop.md
|
|
- linkListType: how-to-guide
|
|
links:
|
|
- text: Manage the cursor
|
|
url: input-mouse/how-to-manage-cursor-pointer.md
|
|
- text: Simulate mouse events
|
|
url: input-mouse/how-to-simulate-events.md
|