ShellDataObjectFormatGetClipboardFormatName Method |
Retrieves from the clipboard the name of the specified registered format.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string GetClipboardFormatName(
int format
)
Parameters
- format
- Type: SystemInt32
The type of format to be retrieved.
Return Value
Type:
StringA string of null if the format does not exist or is predefined.
See Also