Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

OLEDropMode Property, SftTree Object

Defines whether the tree control can act as an OLE drop target.

Syntax

Get

VB.NETStyle = object.OLEDropMode As SftTreeOLEDropModeConstants
VBStyle = object.OLEDropMode As SftTreeOLEDropModeConstants
C#.NETSftTreeOLEDropModeConstants Style = object.OLEDropMode;
VC++enum SftTreeOLEDropModeConstants Style = object->OLEDropMode;
enum SftTreeOLEDropModeConstants Style = object->GetOLEDropMode();
CHRESULT object->get_OLEDropMode(enum SftTreeOLEDropModeConstants* Style);

Put

VB.NETobject.OLEDropMode = Style As SftTreeOLEDropModeConstants
VBobject.OLEDropMode = Style As SftTreeOLEDropModeConstants
C#.NETSftTreeOLEDropModeConstants object.OLEDropMode = Style;
VC++enum SftTreeOLEDropModeConstants object->OLEDropMode = Style;
void object->PutOLEDropMode(enum SftTreeOLEDropModeConstants Style);
CHRESULT object->put_OLEDropMode(enum SftTreeOLEDropModeConstants Style);

object

A SftTree object.

Style

Defines whether the tree control can act as an OLE drop target.

StyleValueDescription
OLEDropSftTreeNone0The tree control is not a valid drop target.
OLEDropSftTreeManual1The tree control is a valid drop target and triggers the OLE drop events, allowing the application to handle the OLE drop operation.

Comments

The OLEDropMode property defines whether the tree control can act as an OLE drop target.

The events OLEDragOver and OLEDragDrop occur when an item is dragged over the tree control or when an item is dropped.

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.