Share

CAcTcUiCatalogView::GetDragDropOption

C++

DWORD GetDragDropOption() const;

Description

Returns the current drag-and-drop option.

The drag-and-drop option specifies which items to accept when they are dropped in the view through drag and drop, or are pasted from the Clipboard.

The drag-and-drop option can be one or more of the following:

ACTCUI_DDO_ACCEPT_TOOL Accept tool items.
ACTCUI_DDO_ACCEPT_PALETTE Accept palette items.
ACTCUI_DDO_ACCEPT_PACKAGE Accept package items.
ACTCUI_DDO_ACCEPT_CATEGORY Accept category items.
ACTCUI_DDO_ACCEPT_CATALOG Accept catalog items.
ACTCUI_DDO_ACCEPT_STOCKTOOL Accept stock tool items.
ACTCUI_DDO_ACCEPT_FILES . Accept files from File Explorer
ACTCUI_DDO_ACCEPT_ALL_ITEMS Accept all the catalog items and files from File Explorer.

Links

CAcTcUiCatalogView Class

Was this information helpful?