UIElementCapturePointer Method |
Sets pointer capture to a UIElement.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public bool CapturePointer(
Pointer value
)
Parameters
- value
- Type: Windows.UI.Xaml.InputPointer
The pointer object reference.
Return Value
Type:
BooleanTrue if the object has pointer capture; otherwise, false.
See Also