Specifies whether the user can choose to make a test burn.
Original signature is '- (void) setCanSelectTestBurn:(BOOL)flag'

Declaration Syntax
public virtual void SetCanSelectTestBurn(
bool flag
)
Public Overridable Sub SetCanSelectTestBurn ( _
flag As Boolean _
)
public:
virtual void SetCanSelectTestBurn(
bool flag
)

Parameters
- flag (Boolean)
- YES to show the test burn checkbox, NO to hide it.

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)