MonobjcMonobjc Documented Class Library
NSRequestUserAttentionType Enumeration
NamespacesMonobjc.AppKitNSRequestUserAttentionType

These constants specify the level of severity of a user attention request and are used by cancelUserAttentionRequest: and requestUserAttention:.

Available in Mac OS X v10.1 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSRequestUserAttentionType
Public Enumeration NSRequestUserAttentionType
public enum class NSRequestUserAttentionType
Members
MemberDescription
NSCriticalRequest

The user attention request is a critical request.

The dock icon will bounce until either the application becomes active or the request is canceled.

Available in Mac OS X v10.1 and later.


NSInformationalRequest

The user attention request is an informational request.

The dock icon will bounce for one second. The request, though, remains active until either the application becomes active or the request is canceled.

Available in Mac OS X v10.1 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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