MonobjcMonobjc Documented Class Library
OperationNotAllowedCursor Property
NamespacesMonobjc.AppKitNSCursorOperationNotAllowedCursor

Returns the operation not allowed cursor.

Original signature is '+ (NSCursor *)operationNotAllowedCursor'

Available in Mac OS X v10.6 and later.

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

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