Add control event articles (#1113)

* Move ellipsis vs button to shared folder

* Add control events articles

* Update TOC

* acro

* Updates;redirects

* Fix redirect

* feedback
This commit is contained in:
Andy (Steve) De George
2021-07-19 15:27:36 -07:00
committed by GitHub
parent d09a701249
commit 5d38c60929
23 changed files with 852 additions and 6 deletions
@@ -35,6 +35,8 @@ items:
href: controls/layout.md
- name: Labels
href: controls/labels.md
- name: Events
href: controls/events.md
- name: Custom controls
href: controls/custom.md
- name: Custom painting and drawing
@@ -55,6 +57,8 @@ items:
href: controls/how-to-dock-and-anchor.md
- name: Set the image displayed by a control
href: controls/how-to-add-a-picture-to-a-control.md
- name: Add or remove event handlers
href: controls/how-to-add-an-event-handler.md
- name: User input - keyboard
items:
- name: Overview