MonobjcMonobjc Documented Class Library
ShouldCreateUI Property
NamespacesMonobjc.AppKitNSDocumentControllerShouldCreateUI

Returns a Boolean value that indicates whether the window controllers of a document should be created when the document is created. (Deprecated in Mac OS X v10.4. Use the display parameter of openUntitledDocumentAndDisplay:error: or openDocumentWithContentsOfURL:display:error: instead.)

Original signature is '- (BOOL)shouldCreateUI'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use the display parameter of openUntitledDocumentAndDisplay:error: or openDocumentWithContentsOfURL:display:error: instead.")]
public virtual bool ShouldCreateUI { get; set; }
<ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use the display parameter of openUntitledDocumentAndDisplay:error: or openDocumentWithContentsOfURL:display:error: instead.")> _
Public Overridable Property ShouldCreateUI As Boolean
	Get
	Set
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4. Use the display parameter of openUntitledDocumentAndDisplay:error: or openDocumentWithContentsOfURL:display:error: instead.")]
public:
virtual property bool ShouldCreateUI {
	bool get ();
	void set (bool value);
}
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)