Presents the progress panel on screen and begins the burn process.
Original signature is '- (void) beginProgressPanelForBurn:(DRBurn*)burn layout:(id)layout'

Declaration Syntax
public virtual void BeginProgressPanelForBurnLayout(
DRBurn burn,
Id layout
)
Public Overridable Sub BeginProgressPanelForBurnLayout ( _
burn As DRBurn, _
layout As Id _
)
public:
virtual void BeginProgressPanelForBurnLayout(
DRBurn^ burn,
Id^ layout
)

Parameters
- burn (DRBurn)
- The object performing the burn.
- layout (Id)
- The data to be burned to disc. See the DRBurn documentation for information on valid layouts.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.DiscRecordingUI (Module: Monobjc.DiscRecordingUI)