SHDocVw.TWebBrowser.DragCursor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DragCursor;

C++

__property DragCursor = {default=-12};

Properties

Type Visibility Source Unit Parent
property published
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

Description

Specifies the image used to represent the mouse pointer when the control is being dragged.

SHDocVw.TWebBrowser.DragCursor inherits from Vcl.Controls.TControl.DragCursor. All content below this line refers to Vcl.Controls.TControl.DragCursor.

Specifies the image used to represent the mouse pointer when the control is being dragged.

Use the DragCursor property to change the cursor image presented when the control is being dragged.

Note: To make a custom cursor available for the DragCursor property, see the Cursor property.

See Also