C++
BOOL SetDragDropOption( DWORD dwOption );
Description
Sets 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.
See GetDragDropOption() for a list of possible values.
Returns true if successful; otherwise, returns false.
Parameters
Parameters | Description |
---|---|
dwOption | Input drag-and-drop option |