User32FuncRegisterClipboardFormat Method |
Registers a clipboard format.
Namespace: Altaxo.UnmanagedApi.User32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static short RegisterClipboardFormat(
string lpszFormat
)
Parameters
- lpszFormat String
- The name of the clipboard format to register.
Return Value
Int16The registered clipboard format identifier.
See Also