This delegate method allows the delegate to control how media reservations are handled.
Original signature is '- (BOOL) setupPanelShouldHandleMediaReservations:(DRSetupPanel*)aPanel'

C# | Visual Basic | Visual C++ |
bool SetupPanelShouldHandleMediaReservations( DRSetupPanel aPanel )
Function SetupPanelShouldHandleMediaReservations ( _ aPanel As DRSetupPanel _ ) As Boolean
bool SetupPanelShouldHandleMediaReservations( DRSetupPanel^ aPanel )

- aPanel (DRSetupPanel)
- The setup panel sending the message.

Return NO to indicate the delegate will handle media reservations. Return YES to indicate the setupPanel should handle media reservations itself.Did this document help you? Yes: Tell us what works for you."> YesIt's good, but: Report typos, inaccuracies, and so forth."> It's good, but...Not helpful: Tell us what would have helped."> Not helpful... Last Updated: 2009-08-13

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)