IFrameworkInputElement Methods
.NET Framework 4.5
The IFrameworkInputElement type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddHandler | Adds a routed event handler for a specific routed event to an element. (Inherited from IInputElement.) |
|
CaptureMouse | Attempts to force capture of the mouse to this element. (Inherited from IInputElement.) |
|
CaptureStylus | Attempts to force capture of the stylus to this element. (Inherited from IInputElement.) |
|
Focus | Attempts to focus the keyboard on this element. (Inherited from IInputElement.) |
|
RaiseEvent | Raises the routed event that is specified by the RoutedEventArgs.RoutedEvent property within the provided RoutedEventArgs. (Inherited from IInputElement.) |
|
ReleaseMouseCapture | Releases the mouse capture, if this element holds the capture. (Inherited from IInputElement.) |
|
ReleaseStylusCapture | Releases the stylus capture, if this element holds the capture. (Inherited from IInputElement.) |
|
RemoveHandler | Removes all instances of the specified routed event handler from this element. (Inherited from IInputElement.) |