MonobjcMonobjc Documented Class Library
NSApplicationDelegateReply Enumeration
NamespacesMonobjc.AppKitNSApplicationDelegateReply

These constants indicate whether or not a copy or print operation was successful, was cancelled, or failed. These constants are used by the replyToOpenOrPrint: method.

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSApplicationDelegateReply
Public Enumeration NSApplicationDelegateReply
public enum class NSApplicationDelegateReply
Members
MemberDescription
NSApplicationDelegateReplySuccess

Indicates the operation succeeded.

Available in Mac OS X v10.3 and later.


NSApplicationDelegateReplyCancel

Indicates the user cancelled the operation.

Available in Mac OS X v10.3 and later.


NSApplicationDelegateReplyFailure

Indicates an error occurred processing the operation.

Available in Mac OS X v10.3 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)