-
Notifications
You must be signed in to change notification settings - Fork 181
/
Copy pathindex.yml
89 lines (81 loc) · 2.91 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
### YamlMime:Landing
title: Windows Forms documentation
summary: Learn about using Windows Forms, an open-source, graphical user interface for Windows, on .NET.
metadata:
title: Windows Forms for .NET documentation
description: Learn about using Windows Forms, an open-source, graphical user interface for Windows, on .NET.
ms.topic: landing-page
ms.date: 04/02/2025
# 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: whats-new
links:
- text: What's new
url: whats-new/index.md
- 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
- text: Migrate from .NET Framework
url: migration/index.md
- linkListType: download
links:
- text: Visual Studio 2022
url: https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2022+desktopguide+winforms
- 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