Click or drag to resize
IMediaPlayerActionDelegatecanRespondTo Method
Returns a Boolean value indicating whether the receiver is able to interpret and react to the given input URL.

Namespace: Veeplay.utillities
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool canRespondTo(
	string url
)

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