TaskBar responds to a number of keystrokes and mouse gestures at runtime. This section describes the runtime behaviour of TaskBar. When TaskBar has focus, a focus rectangle is drawn around the currently active element. The active element can be one of the TaskBarItem components or the title
The table below details how TaskBar responds to keystrokes and mouse gestures.
| Key press / Mouse gesture | Operation |
|---|---|
| UP or LEFT key. | Move focus to the previous TaskBar element. If the title |
| DOWN or RIGHT key. | Move focus to the next TaskBar element. If the last element already has focus then no action is taken. |
| ENTER key or SPACE bar | If the title |
| CONTROL+UP keys | The TaskBar Collapsed property is set true resulting in the TasbBar collapsing. This applies if either the title or a TaskBarItem has focus. |
| CONTROL+DOWN keys | The TaskBar Collapsed property is set false resulting in the TaskBar expanding. This applies if either the title or TaskBarItem has focus. |
| LEFT CLICK | If the click occurs on the title then the Collapsed property of the TaskBar is toggled. If the click occurs on a TaskBarItem then the item receives focus and the TaskBar ItemSelected and BarItem Click events raised. |
| RIGHT CLICK | If the TaskBar has a |
| DRAG | Drag and drop a TaskBarItem from its current location to a new one. During the drag operation, a drop location indicator is displayed. |
Note that if the |
Note that if the