Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Renames the global clipboard format.
static void __stdcall SetClipboardFormatName(
LPCTSTR lpszName
);
Parameters
- [in] lpszName
The new name of the global clipboard format. Cannot be NULL.
Remarks
This method makes it possible for drag-and-drop operations to occur among multiple applications. Each application must supply the same clipboard format name.
You must call this method before the framework calls CMFCToolBarButton::GetClipboardFormat.
Requirements
Header: afxtoolbarbutton.h