MonobjcMonobjc Documented Class Library
NSLevelIndicatorCell Constructor
NamespacesMonobjc.AppKitNSLevelIndicatorCellNSLevelIndicatorCell()()()()
Members
IconMemberDescription
NSLevelIndicatorCell(NSLevelIndicatorStyle)

Initializes the receiver with the style specified by levelIndicatorStyle.

Original signature is '- (id)initWithLevelIndicatorStyle:(NSLevelIndicatorStyle)levelIndicatorStyle'

Available in Mac OS X v10.4 and later.


NSLevelIndicatorCell(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


NSLevelIndicatorCell()()()()
Initializes a new instance of the NSLevelIndicatorCell class.

NSLevelIndicatorCell(IntPtr)
Initializes a new instance of the NSLevelIndicatorCell class.

NSLevelIndicatorCell(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSLevelIndicatorCell class.

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