ILTDVDBurner.AutoEject Example for Visual Basic
Private Sub AutoEject() If burner.AutoEject = False Then burner.AutoEject = True End IfEnd Sub