IMediaPlayerActionDelegatecanRespondTo Method |
Returns a Boolean value indicating whether the receiver is able to interpret and react to the given input URL.
Namespace: Veeplay.utillitiesAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool canRespondTo(
string url
)
Function canRespondTo (
url As String
) As Boolean
bool canRespondTo(
String^ url
)
abstract canRespondTo :
url : string -> bool
Parameters
- url
- Type: SystemString
The URL that needs to be launched.
Return Value
Type:
Boolean true if the object can interpret and react to the given input URL, false otherwise.
See Also