Name | Description | |
---|---|---|
![]() | CanCaptureMouse | Determines whether this element can capture the mouse. By default the element can capture the mouse if it is enabled and allows mouse capture. |
![]() | CanCaptureTouch | Determines whether this element can capture the touch. By default the element can capture the touch if it is enabled and allows touch capture. |
![]() | CanFocus | Determines whether this element can be focused. By default the element can be focused if it is enabled and allows focus. |
![]() | CaptureMouse | Attempts to force capture of the mouse to this input target |
![]() | CaptureTouch | Attempts to force capture of the touch to this input target |
![]() | DestroyGestureManager | Destroys the gesture manager |
![]() | Focus | Attempts to focus the keyboard on this input target |
![]() | GetTabIndex | Gets or sets the input target tab navigation index |
![]() | IsTabStop | Gets whether the input target is included in the tab navigation. This implementation returns the TabStop property value. |
![]() | ReleaseMouseCapture | Releases the mouse capture, if this input target holds the capture |
![]() | ReleaseTouchCapture | Releases the touch capture, if this input target holds the capture |