MonobjcMonobjc Documented Class Library
StartingItemNumber Property
NamespacesMonobjc.AppKitNSTextListStartingItemNumber

Returns the starting item number for the text list.

Original signature is '- (NSInteger)startingItemNumber'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger StartingItemNumber { get; set; }
Public Overridable Property StartingItemNumber As NSInteger
	Get
	Set
public:
virtual property NSInteger StartingItemNumber {
	NSInteger get ();
	void set (NSInteger value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)