MonobjcMonobjc Documented Class Library
NSLevelIndicator Constructor
NamespacesMonobjc.AppKitNSLevelIndicatorNSLevelIndicator()()()()
Members
IconMemberDescription
NSLevelIndicator(NSRect)

Returns an NSControl object initialized with the specified frame rectangle.

Original signature is '- (id)initWithFrame:(NSRect)frameRect'

Available in Mac OS X v10.0 and later.


NSLevelIndicator(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.


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

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

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

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