Click or drag to resize
UIElementCapturePointer Method
Sets pointer capture to a UIElement.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public bool CapturePointer(
	Pointer value
)

Parameters

value
Type: Windows.UI.Xaml.InputPointer
The pointer object reference.

Return Value

Type: Boolean
True if the object has pointer capture; otherwise, false.
See Also