Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure?

Start Windows Screenshot Capture Tool

Description
This script will open the Windows screenshot capture window. This is the same one that opens if you press Win + Shift + S.
Language
C#.net
Minimum Version
Created By
Keith Lammers (BFS)
Contributors
-
Date Created
Feb 11, 2022
Date Last Modified
Feb 11, 2022

Scripted Function (Macro) Code

using System;
using System.Drawing;

public static class DisplayFusionFunction
{
	public static void Run(IntPtr windowHandle)
	{
		BFS.Application.Start(@"ms-screenclip:", "");
	}
}