ShellDataObjectFormatRegisterClipboardFormat Method |
Registers a new clipboard format. This format can then be used as a valid clipboard format.
If a registered format with the specified name already exists, a new format is not registered and the return value identifies the existing format.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntaxpublic static int RegisterClipboardFormat(
string format
)
Parameters
- format
- Type: SystemString
The name of the new format.
Return Value
Type:
Int32The new format or 0 if the function failed.
See Also