Table of Contents

Method IsBackendAvailable

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsBackendAvailable(WebBrowserBackend)

Allows to check if a specific WebBrowser backend is currently available.

public static bool IsBackendAvailable(WebBrowserBackend value)

Parameters

value WebBrowserBackend

Returns

bool

true if a specific backend is currently available; otherwise, false.

Remarks

This method allows to enable some extra functionality implemented only in the specific backend.

See Also