EngineOptionsIsProprietaryFeatureEnabled Method |
Checks whether the given proprietary features are enabled.
Namespace:
DotNetBrowser.Engine
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public bool IsProprietaryFeatureEnabled(
ProprietaryFeatures proprietaryFeatures
)
Parameters
- proprietaryFeatures
- Type: DotNetBrowser.EngineProprietaryFeatures
the features to check.
Return Value
Type:
Booleantrue if the feature is enabled, false otherwise.
See Also