Alvas.FileControls Class Library

CDBurner.Burn Method 

Record files to the writable CD

[Visual Basic]
Public Sub Burn( _
   ByVal owner As IWin32Window _
)
[C#]
public void Burn(
   IWin32Window owner
);

Parameters

owner
Any object that implements IWin32Window that represents the top-level window that will own the modal dialog.

See Also

CDBurner Class | Alvas.Windows.Forms.FileControls Namespace