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 .NET Micro Framework version 3.0 and above.

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