Share via


Application.IsFunctionalitySupported Event

Project Developer Reference

Occurs after the LoadWebBrowserControl method is called with the third parameter, FunctionalityName, set.

Syntax

expression.IsFunctionalitySupported(bstrFunctionality, Info)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
bstrFunctionality Required String Name of the functionality.
Info Required EventInfo EventInfo object.

Return Value
nothing

See Also