Presents the progress panel as a sheet and begins the erase process.
Original signature is '- (void) beginProgressSheetForErase:(DRErase*)erase modalForWindow:(NSWindow*)docWindow'

Declaration Syntax
public virtual void BeginProgressSheetForEraseModalForWindow(
DRErase erase,
NSWindow docWindow
)
Public Overridable Sub BeginProgressSheetForEraseModalForWindow ( _
erase As DRErase, _
docWindow As NSWindow _
)
public:
virtual void BeginProgressSheetForEraseModalForWindow(
DRErase^ erase,
NSWindow^ docWindow
)

Parameters
- erase (DRErase)
- The object performing the erase.
- docWindow (NSWindow)
- The window the sheet will be attached to. If docWindow is not nil, the panel slides down as a sheet running as a document modal window. If owner is nil, this is an error.

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)