MonobjcMonobjc Documented Class Library
CurrentSystemCursor Property
NamespacesMonobjc.AppKitNSCursorCurrentSystemCursor

Returns the current system cursor.

Original signature is '+ (NSCursor *)currentSystemCursor'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSCursor CurrentSystemCursor { get; }
Public Shared ReadOnly Property CurrentSystemCursor As NSCursor
	Get
public:
static property NSCursor^ CurrentSystemCursor {
	NSCursor^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)