MonobjcMonobjc Documented Class Library
DRBurnProgressPanel Constructor
NamespacesMonobjc.DiscRecordingUIDRBurnProgressPanelDRBurnProgressPanel()()()()
Members
IconMemberDescription
DRBurnProgressPanel(NSRect, NSWindowStyleMask, NSBackingStoreType, Boolean)

Initializes the window with the specified values.

Original signature is '- (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation'

Available in Mac OS X v10.0 and later.


DRBurnProgressPanel(NSRect, NSWindowStyleMask, NSBackingStoreType, Boolean, NSScreen)

Initializes an allocated window with the specified values.

Original signature is '- (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation screen:(NSScreen *)screen'

Available in Mac OS X v10.0 and later.


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


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

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

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

Assembly: Monobjc.DiscRecordingUI (Module: Monobjc.DiscRecordingUI)