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.

C# | Visual Basic | Visual 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); }

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