MonobjcMonobjc Documented Class Library
NSForm Constructor
NamespacesMonobjc.AppKitNSFormNSForm()()()()
Members
IconMemberDescription
NSForm(NSRect)

Initializes a newly allocated matrix with the specified frame.

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

Available in Mac OS X v10.0 and later.


NSForm(NSRect, NSMatrixMode, Class, NSInteger, NSInteger)

Initializes and returns a newly allocated matrix of the specified size using cells of the given class.

Original signature is '- (id)initWithFrame:(NSRect)frameRect mode:(NSMatrixMode)aMode cellClass:(Class)classId numberOfRows:(NSInteger)numRows numberOfColumns:(NSInteger)numColumns'

Available in Mac OS X v10.0 and later.


NSForm(NSRect, NSMatrixMode, NSCell, NSInteger, NSInteger)

Initializes and returns a newly allocated matrix of the specified size using the given cell as a prototype.

Original signature is '- (id)initWithFrame:(NSRect)frameRect mode:(NSMatrixMode)aMode prototype:(NSCell *)aCell numberOfRows:(NSInteger)numRows numberOfColumns:(NSInteger)numColumns'

Available in Mac OS X v10.0 and later.


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


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

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

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

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