Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabs.OLEDropMode Property

Defines OLE drop support.

Syntax

Get
VBMode = object.OLEDropMode As SftControlOLEDropModeConstants
Put
VBobject.OLEDropMode = Mode As SftControlOLEDropModeConstants

object

A SftTabs object.

Mode

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

ModeValueDescription
OLEDropSftControlNone0The control is not a valid drop target.
OLEDropSftControlManual1The 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 OLE drop support.

If the control is a valid drop target (OLEDropSftControlManual), the events OLEDragOver and OLEDragDrop occur when an item is dragged over the control or when an item is dropped.

Example

See Reorder Sample

See Also SftTabs Object | Object Hierarchy


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