XRCursor (Windows Embedded CE 6.0)
1/6/2010
This enumeration contains values that each indicate an image to use for the mouse pointer.
Syntax
enum XRCursor
{
XRCursor_Default = 0,
XRCursor_Arrow = 1,
XRCursor_Hand = 2,
XRCursor_Wait = 3,
XRCursor_IBeam = 4,
XRCursor_Stylus = 5,
XRCursor_Eraser = 6,
XRCursor_SizeNS = 7,
XRCursor_SizeWE = 8,
XRCursor_None = 9
};
Members
- XRCursor_Default
An element expresses no mouse pointer preference. If the element's parent specifies an image for the mouse pointer, then that image is displayed.
XRCursor_Arrow
An arrow mouse pointer. This is typically The default mouse pointer.The Arrow Mouse Pointer
XRCursor_Hand
A hand mouse pointer. This shape typically indicates that the mouse pointer is resting over a link.The Hand Mouse Pointer
XRCursor_Wait
A wait (or hourglass) mouse pointer. This mouse pointer typically indicates that Silverlight for Windows Embedded is busy performing an operation.The Wait Mouse Pointer
XRCursor_IBeam
An I-beam mouse pointer. This mouse pointer typically indicates that text can be manipulated or selected.The I-beam Mouse Pointer
XRCursor_Stylus
A stylus mouse pointer. This mouse pointer typically indicates that pen input is being captured.The Stylus Mouse Pointer
XRCursor_Eraser
An eraser mouse pointer. This mouse pointer typically indicates that previous pen input is being deliberately erased.The Eraser Mouse Pointer
- XRCursor_SizeNE
A north-south sizing mouse pointer with double arrows. It is available for controls that enable a sizing mode.
- XRCursor_SizeWE
A west-east sizing mouse pointer with double arrows. It is available for controls that enable a sizing mode.
.NET Framework Equivalent
None.
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |
See Also
Reference
Silverlight for Windows Embedded Enumerations
IXRFrameworkElement::SetCursor