pbUseDefaultCursor

Pointer to a variable to be updated with a value that indicates whether to use the default cursors or not. In C++, declare the variable and pass its address. In most other languages, pass the variable by reference. Possible values are:

Value

Meaning

TRUE

Use default Drag-and-Drop cursors.

FALSE

Use user Drag-and-Drop cursors, you should set custom cursor into OLEDragCursor property.