Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

DropTargetOutlineBorderColor Property, SftTreeItems Object

Defines the outline border color for items as drop targets during a drag & drop operation.

Syntax

Get

VB.NETClr = object.DropTargetOutlineBorderColor As UInteger
VBClr = object.DropTargetOutlineBorderColor As OLE_COLOR
C#.NETuint Clr = object.DropTargetOutlineBorderColor;
VC++OLE_COLOR Clr = object->DropTargetOutlineBorderColor;
OLE_COLOR Clr = object->GetDropTargetOutlineBorderColor();
CHRESULT object->get_DropTargetOutlineBorderColor(OLE_COLOR* Clr);

Put

VB.NETobject.DropTargetOutlineBorderColor = Clr As UInteger
VBobject.DropTargetOutlineBorderColor = Clr As OLE_COLOR
C#.NETuint object.DropTargetOutlineBorderColor = Clr;
VC++OLE_COLOR object->DropTargetOutlineBorderColor = Clr;
void object->PutDropTargetOutlineBorderColor(OLE_COLOR Clr);
CHRESULT object->put_DropTargetOutlineBorderColor(OLE_COLOR Clr);

object

A SftTreeItems object.

Clr

Defines the outline border color for items as drop targets during a drag & drop operation.

Comments

The DropTargetOutlineBorderColor property defines the outline border color for items as drop targets during a drag & drop operation.

The drop target is displayed based on the Items.DropHighlightStyle and Items.DropHighlight properties.

The DropTargetOutlineBorderColor property is only used if the Items.OutlineStyle property is set to OutlineStyleSftTreeRectGradient. Otherwise, it is ignored and the Items.DropHighlightColor property is used instead.

See Also SftTreeItems 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.