Share via


Capture Method (UIElement)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Captures touch or stylus events from a specified element.

Namespace:  Microsoft.SPOT.Input
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Shared Function Capture ( _
    element As UIElement _
) As Boolean
public static bool Capture(
    UIElement element
)
public:
static bool Capture(
    UIElement^ element
)
static member Capture : 
        element:UIElement -> bool 
public static function Capture(
    element : UIElement
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean
true if successful; otherwise, false.

.NET Framework Security

See Also

Reference

TouchCapture Class

Capture Overload

Microsoft.SPOT.Input Namespace