Files
docs-desktop/dotnet-desktop-guide/net/winforms/toc.yml
T
Andy De GeorgeandGenevieve Warren 184e6c9a0c Initial publish of WinForms for .NET 5. (#96)
* 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]>
2020-10-28 10:44:16 -07:00

82 lines
2.6 KiB
YAML

items:
- name: Windows Forms for .NET
href: index.yml
- name: Get started
items:
- name: Overview
href: overview/index.md
- name: Create an app
href: get-started/create-app-visual-studio.md
- name: Forms
items:
- name: Event handlers
href: forms/events.md
- name: Automatic scaling
href: forms/autoscale.md
- name: Common tasks
items:
- name: Add a form
href: forms/how-to-add.md
- name: Resize a form
href: forms/how-to-position-and-resize.md
- name: Position a form
href: forms/how-to-position-and-resize.md#position-with-the-designer
- name: Controls
items:
- name: Overview
href: controls/overview.md
- name: Layout options
href: controls/layout.md
- name: Labels
href: controls/labels.md
- name: Custom controls
href: controls/custom.md
- name: Custom painting and drawing
href: controls/custom-painting-drawing.md
- name: Apply accessibility information
href: controls/provide-accessibility-information.md
- name: Common tasks
items:
- name: Add a control to a form
href: controls/how-to-add-to-a-form.md
- name: Create access key shortcuts
href: controls/how-to-create-access-keys.md
- name: Set the text displayed by a control
href: controls/how-to-set-the-display-text.md
- name: Set the image displayed by a control
href: controls/how-to-add-a-picture-to-a-control.md
- name: User input - keyboard
items:
- name: Overview
href: input-keyboard/overview.md
- name: Use keyboard events
href: input-keyboard/events.md
- name: Validate input
href: input-keyboard/validation.md
- name: Common tasks
items:
- name: Change the pressed key
href: input-keyboard/how-to-change-key-press.md
- name: Determine which modifier key is pressed
href: input-keyboard/how-to-check-modifier-key.md
- name: Handle input at the form level
href: input-keyboard/how-to-handle-forms.md
- name: Simulate keyboard events
href: input-keyboard/how-to-simulate-events.md
- name: User input - mouse
items:
- name: Overview
href: input-mouse/overview.md
- name: Use mouse events
href: input-mouse/events.md
- name: Drag-and-drop functionality
href: input-mouse/drag-and-drop.md
- name: Common tasks
items:
- name: Distinguish between clicks and double-clicks
href: input-mouse/how-to-distinguish-between-clicks-and-double-clicks.md
- name: Control and modify the mouse pointer
href: input-mouse/how-to-manage-cursor-pointer.md
- name: Simulate mouse events
href: input-mouse/how-to-simulate-events.md