MonobjcMonobjc Documented Class Library
SharingType Property
NamespacesMonobjc.AppKitNSWindowSharingType

Indicates the level of access other processes have to the window’s content.

Original signature is '- (NSWindowSharingType)sharingType'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSWindowSharingType SharingType { get; set; }
Public Overridable Property SharingType As NSWindowSharingType
	Get
	Set
public:
virtual property NSWindowSharingType SharingType {
	NSWindowSharingType get ();
	void set (NSWindowSharingType 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)