Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

DragImage Property, SftTree Object

Defines whether a semi-transparent image is used to represent the data being dragged.

Syntax

Get

VB.NETBoolean = object.DragImage As Boolean
VBBoolean = object.DragImage As Boolean
C#.NETbool Boolean = object.DragImage;
VC++VARIANT_BOOL Boolean = object->DragImage;
VARIANT_BOOL Boolean = object->GetDragImage();
CHRESULT object->get_DragImage(VARIANT_BOOL* Boolean);

Put

VB.NETobject.DragImage = Boolean As Boolean
VBobject.DragImage = Boolean As Boolean
C#.NETbool object.DragImage = Boolean;
VC++VARIANT_BOOL object->DragImage = Boolean;
void object->PutDragImage(VARIANT_BOOL Boolean);
CHRESULT object->put_DragImage(VARIANT_BOOL Boolean);

object

A SftTree object.

Boolean

Defines whether a semi-transparent image is used to represent the data being dragged.

BooleanDescription
TrueA semi-transparent image is used to represent the data being dragged.
FalseA simple cursor is used to represent the data being dragged.

Comments

The DragImage property defines whether a semi-transparent image is used to represent the data being dragged.

The DragImage property applies to OLE drag & drop operations only. The semi-transparent image is only supported by more recent operating systems (Windows XP and better). In addition, not all applications used as targets of a drag & drop operation will render the semi-transparent image in their client area.

The DragImage property only affects OLE drag & drop operation initiated from the defining control. When the same control is used as a drop target, a semi-transparent image is always used if the drag source provides such an image.

See Also SftTree Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.