XRClickMode (Windows Embedded CE 6.0)
1/6/2010
This enumeration specifies when the Click event should be raised for a control.
Syntax
enum XRClickMode{
XRClickMode_Release = 0,
XRClickMode_Press,
XRClickMode_Hover,
};
Members
- XRClickMode_Release
Specifies that the Click event should be raised when the left mouse button is pressed and released, and the mouse pointer is over the control. If you are using the keyboard, specifies that the Click event should be raised when the SPACEBAR or ENTER key is pressed and released, and the control has keyboard focus.
- XRClickMode_Press
Specifies that the Click event should be raised when the mouse button is pressed and the mouse pointer is over the control. If you are using the keyboard, specifies that the Click event should be raised when the SPACEBAR or ENTER is pressed and the control has keyboard focus.
- XRClickMode_Hover
Specifies that the Click event should be raised when the mouse pointer moves over the control.
.NET Framework Equivalent
System.Windows.Controls.ClickMode
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |