WebBrowserExtensionsEx.ToggleAudioMute Method (original) (raw)

WebBrowserExtensionsExToggleAudioMute Method

Version 118.6.80

Toggles audio mute for the current browser. If the browser is null or has been disposed then this command will be a no-op.

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0

Syntax

C#

C++

Copy

public static void ToggleAudioMute( this IChromiumWebBrowserBase browser )

public: [ExtensionAttribute] static void ToggleAudioMute( IChromiumWebBrowserBase^ browser )

Parameters

browser

Type: CefSharpIChromiumWebBrowserBase
The ChromiumWebBrowser instance this method extends.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IChromiumWebBrowserBase. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also

Reference

WebBrowserExtensionsEx Class

CefSharp Namespace