mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 23:43:39 +02:00
* Update framework winforms landing * Add note about attribute * Adjust storyboard overview * Fix comments in snippet * Adjust table in getting started * Add missing encoded char * Fix bad desiredheight prop * Fix blank column * Fix description metadata * Review feedback
87 lines
3.2 KiB
YAML
87 lines
3.2 KiB
YAML
### YamlMime:Landing
|
|
|
|
title: .NET Desktop Guide for Windows Forms
|
|
summary: Learn about Windows Forms (WinForms), a graphical user interface for Windows and .NET Framework.
|
|
|
|
metadata:
|
|
title: Windows Forms for .NET documentation
|
|
description: Learn about Windows Forms (WinForms), a graphical user interface for Windows and .NET Framework.
|
|
ms.topic: landing-page
|
|
ms.date: 08/30/2020
|
|
|
|
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart
|
|
# reference | sample | tutorial | video | whats-new
|
|
|
|
landingContent:
|
|
|
|
# Card
|
|
- title: WinForms for .NET Framework
|
|
linkLists:
|
|
- linkListType: overview
|
|
links:
|
|
- text: Windows Forms overview
|
|
url: windows-forms-overview.md
|
|
- linkListType: get-started
|
|
links:
|
|
- text: Get started with Windows Forms Designer
|
|
url: /visualstudio/designers/walkthrough-windows-forms-designer
|
|
- text: Create a WinForms app from the command-line
|
|
url: how-to-create-a-windows-forms-application-from-the-command-line.md
|
|
|
|
- title: Controls
|
|
linkLists:
|
|
- linkListType: overview
|
|
links:
|
|
- text: Developing your own controls
|
|
url: controls/developing-windows-forms-controls-at-design-time.md
|
|
- text: Developing controls
|
|
url: controls/developing-windows-forms-controls-at-design-time.md
|
|
- linkListType: how-to-guide
|
|
links:
|
|
- text: Add Controls to Windows Forms
|
|
url: controls/how-to-add-controls-to-windows-forms.md
|
|
- text: Position controls on Windows Forms
|
|
url: controls/how-to-position-controls-on-windows-forms.md
|
|
- linkListType: reference
|
|
links:
|
|
- text: Windows Forms Controls by Function
|
|
url: controls/windows-forms-controls-by-function.md
|
|
|
|
- title: Events
|
|
linkLists:
|
|
- linkListType: overview
|
|
links:
|
|
- text: Events in Windows Forms
|
|
url: events-overview-windows-forms.md
|
|
- text: Event handlers in Windows Forms
|
|
url: event-handlers-overview-windows-forms.md
|
|
- linkListType: concept
|
|
links:
|
|
- text: Order in which events are raised
|
|
url: order-of-events-in-windows-forms.md
|
|
|
|
- title: Input
|
|
linkLists:
|
|
- linkListType: overview
|
|
links:
|
|
- text: About keyboard input
|
|
url: how-keyboard-input-works.md
|
|
- text: About mouse input
|
|
url: how-mouse-input-works-in-windows-forms.md
|
|
- linkListType: concept
|
|
links:
|
|
- text: Keyboard events
|
|
url: using-keyboard-events.md
|
|
- text: Mouse events
|
|
url: mouse-events-in-windows-forms.md
|
|
- text: Mouse pointers
|
|
url: mouse-pointers-in-windows-forms.md
|
|
- linkListType: how-to-guide
|
|
links:
|
|
- text: Modify keyboard input
|
|
url: how-to-modify-keyboard-input-to-a-standard-control.md
|
|
- text: Detect modifier keyboard keys
|
|
url: how-to-determine-which-modifier-key-was-pressed.md
|
|
- text: Distinguish between single/double clicks
|
|
url: how-to-distinguish-between-clicks-and-double-clicks.md
|