CODController::EnableClipboardText

inline void CODController::EnableClipboardText(const BOOL bFlag)

Sets a flag that indicates if text is accepted from the clipboard.

Defined in: OdController.h

Return Value

void

Parameters

bFlag

Boolean flag.

Comments

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