This topic has not yet been rated - Rate this topic

IInputElement Methods

The IInputElement type exposes the following members.

  Name Description
Public method AddHandler Adds a routed event handler for a specific routed event to an element.
Public method CaptureMouse Attempts to force capture of the mouse to this element.
Public method CaptureStylus Attempts to force capture of the stylus to this element.
Public method Focus Attempts to focus the keyboard on this element.
Public method RaiseEvent Raises the routed event that is specified by the RoutedEventArgs.RoutedEvent property within the provided RoutedEventArgs.
Public method ReleaseMouseCapture Releases the mouse capture, if this element holds the capture.
Public method ReleaseStylusCapture Releases the stylus capture, if this element holds the capture.
Public method RemoveHandler Removes all instances of the specified routed event handler from this element.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.