MonobjcMonobjc Documented Class Library
ListOptions Property
NamespacesMonobjc.AppKitNSTextListListOptions

Returns the list options mask value of the receiver.

Original signature is '- (NSUInteger)listOptions'

Available in Mac OS X v10.4 and later.

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