OLEDragPicture Property

Specifies the picture displayed under the mouse pointer during an OLE drag-and-drop operation. Available at design time and run time.

Object.OLEDragPicture[= cFileName]

Parameters

  • cFileName
    Specifies the file name and path of the graphic to display when an OLE drag-and-drop operation occurs. The graphics file you specify can be of type .bmp, .dib, .jpg, .gif, .ani, .cur, or .ico.

    The graphics file is typically a translucent or outline representation of the object being dragged. To create a translucent representation of the object, use a black-and-white checkerboard mask file (.msk).

Remarks

OLEDragPicture is a drag source property. The picture is displayed when the mouse pointer is positioned over the form containing the drag source.

See Also

OLE Drag-and-Drop Overview

Applies To: CheckBox | ComboBox | CommandButton | CommandGroup | Container Object | Control Object | EditBox | Form | Grid | Image | Label | Line | ListBox | OptionButton | OptionGroup | Page | PageFrame | Shape | Spinner | TextBox | ToolBar