MonobjcMonobjc Documented Class Library
AttachedSheet Property
NamespacesMonobjc.AppKitNSWindowAttachedSheet

Returns the sheet attached to the window.

Original signature is '- (NSWindow *)attachedSheet'

Available in Mac OS X v10.1 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSWindow AttachedSheet { get; }
Public Overridable ReadOnly Property AttachedSheet As NSWindow
	Get
public:
virtual property NSWindow^ AttachedSheet {
	NSWindow^ get ();
}
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)