Click or drag to resize

EngineOptionsIsProprietaryFeatureEnabled Method

Checks whether the given proprietary features are enabled.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool IsProprietaryFeatureEnabled(
	ProprietaryFeatures proprietaryFeatures
)

Parameters

proprietaryFeatures
Type: DotNetBrowser.EngineProprietaryFeatures
the features to check.

Return Value

Type: Boolean
true if the feature is enabled, false otherwise.
See Also