Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

A recent AVG and Avast antivirus update is preventing DisplayFusion 9.9 from launching on some systems.
If you're running into this issue, please update to the latest DisplayFusion 10.0 Beta.

Toggle System Mute

Description
Toggles the master volume mute on/off.
Language
C#.net
Minimum Version
Created By
Briton Smetzer
Contributors
-
Date Created
Jan 4, 2019
Date Last Modified
Jan 4, 2019

Scripted Function (Macro) Code

using System;
using System.Drawing; 

public static class DisplayFusionFunction
{
                public static void Run(IntPtr windowHandle)
                {
                                bool ok = BFS.Audio.ToggleMute();
                }
}