Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

DropHighlightColor Property, SftTree Object

Defines the color used to display the drop target item of a drag & drop operation.

Deprecated - Provided for compatibility with earlier versions only - Use Items.DropHighlightColor instead

Syntax

Get

VB.NETClr = object.DropHighlightColor As System.Drawing.Color
VBClr = object.DropHighlightColor As OLE_COLOR
C#.NETSystem.Drawing.Color Clr = object.DropHighlightColor;
VC++OLE_COLOR Clr = object->DropHighlightColor;
OLE_COLOR Clr = object->GetDropHighlightColor();
CHRESULT object->get_DropHighlightColor(OLE_COLOR* Clr);

Put

VB.NETobject.DropHighlightColor = Clr As System.Drawing.Color
VBobject.DropHighlightColor = Clr As OLE_COLOR
C#.NETSystem.Drawing.Color object.DropHighlightColor = Clr;
VC++OLE_COLOR object->DropHighlightColor = Clr;
void object->PutDropHighlightColor(OLE_COLOR Clr);
CHRESULT object->put_DropHighlightColor(OLE_COLOR Clr);

object

A SftTree object.

Clr

Defines the color used to display the drop target item of a drag & drop operation. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.DropHighlightColor instead

The DropHighlightColor property defines the color used to display the drop target item of a drag & drop operation.

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

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.