EngineOptionsIsProprietaryFeatureEnabled Method  | 
 
                Checks whether the given proprietary features are enabled.
            
 
    Namespace: 
   DotNetBrowser.Engine
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.17.0
Syntaxpublic 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