CODDropTarget::ClipboardTextEnabled

BOOL CODDropTarget::ClipboardTextEnabled(void)

Indicates if text is supported for clipboard operations.

Defined in: OdDropTarget.cpp

Return Value

Boolean flag.

Comments

This function determines if the clipboard format CF_TEXT is copied from the clipboard. The preferred format for clipboard data is the custom Objective Views clipboard format. If this function returns TRUE, text is also accepted from the clipboard during paste or drop operations. Text is converted into a CODTextComponent object.