Click or drag to resize

ShellDataObjectFormatGetClipboardFormatName Method

Retrieves from the clipboard the name of the specified registered format.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string GetClipboardFormatName(
	int format
)

Parameters

format
Type: SystemInt32
The type of format to be retrieved.

Return Value

Type: String
A string of null if the format does not exist or is predefined.
See Also