  | PlatformHelperDefaultCursor Property  | 
            Gets the default cursor (System.Windows.Forms.Form).
            
 
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntaxpublic static Object DefaultCursor { get; }Public Shared ReadOnly Property DefaultCursor As Object
	Get
public:
static property Object^ DefaultCursor {
	Object^ get ();
}static member DefaultCursor : Object with get
Property Value
Type: 
Object
            The default cursor (
System.Windows.Forms.Cursors.Arrow) or 
            
 if 
System.Windows.Forms is not available on the 
            target platform.
            
See Also