Share via


CaptureMode Enumeration

Defines values used to describe the different modes in which input events can be captured.

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

Syntax

public enum CaptureMode

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

Members

  Member name Description
Element Capture is applied to a single element, and input goes to the captured UIElement.
None No input capture; input goes to the UIElement where the event occurred.
SubTree Capture is applied to a subtree of elements. If the event occurs in a child of the UIElement with capture, input is sent to the child element, but otherwise, input is sent to the UIElement with capture.

See Also

Reference

Microsoft.SPOT.Input Namespace