Powered by

US - English
NEW! Silverlight 5 is available Learn More

Working with the Keyboard & Mouse

In this chapter, you'll learn:
Working with the Keyboard & Mouse

  1. Respond to Keyboard Events in Silverlight

    July 9, 2009|Level 200 : Novice

    By the definition of rich interactive application, we should provide a way our users to "interact" with the application. This is often accomplished through the use of the keyboard. In this video, T...

  2. Silverlight 5 Mouse Button Double and Multi Click

    April 12, 2011|Level 200 : Novice

    Silverlight 5 now enables us to capture double click, or even an arbitrary number of clicks. Pete Brown shows us how to use the new ClickCount property for the mouse button events. Related Blog Pos...

  3. How Do I: Mouse Wheel Support in Silverlight 3?

    April 1, 2010|Level 200 : Novice

    Silverlight 3 introduces support for mouse wheel input in the managed API. While capturing the mouse wheel input does have some platform dependencies, it can make working with the mouse easier. In...

  4. Right Click Mouse Events

    November 10, 2009|Level 300 : Intermediate

    Learn how to handle the mouse right-click events in Silverlight to create your own context menus or actions based on a common user interaction with applications.

  5. MouseWheel API

    November 10, 2009|Level 200 : Novice

    This video demonstrates how to handle mouse wheel events in your Silverlight application to alter the user interface or enable scrolling on UI controls and more.

  6. Using Silveright Controls As Drop Targets

    November 12, 2009|Level 400 : Professional

    Jesse Liberty demonstrates how to drop files onto silverlight controls and react programmatically.

  7. Respond to Mouse Events in Silverlight

    July 9, 2009|Level 200 : Novice

    By the definition of rich interactive application, we should provide a way our users to "interact" with the application. This is often accomplished through the use of the mouse input device. In thi...