Click or drag to resize

User32FuncRegisterClipboardFormat Method

Registers a clipboard format.

Namespace: Altaxo.UnmanagedApi.User32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static short RegisterClipboardFormat(
	string lpszFormat
)

Parameters

lpszFormat  String
The name of the clipboard format to register.

Return Value

Int16
The registered clipboard format identifier.
See Also