Allows the delegate to determine if device can be used as a target.
Original signature is '- (BOOL) setupPanel:(DRSetupPanel*)aPanel deviceCouldBeTarget:(DRDevice*)device'

C# | Visual Basic | Visual C++ |
public bool SetupPanelDeviceCouldBeTargetMessage( DRSetupPanel aPanel, DRDevice device )
Public Function SetupPanelDeviceCouldBeTargetMessage ( _ aPanel As DRSetupPanel, _ device As DRDevice _ ) As Boolean
public: bool SetupPanelDeviceCouldBeTargetMessage( DRSetupPanel^ aPanel, DRDevice^ device )

- aPanel (DRSetupPanel)
- The panel.
- device (DRDevice)
- The candidate device.

YES if the device is acceptable, NO if not.

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