Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

DropHighlightStyle Property, SftTree Object

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

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

Syntax

Get

VB.NETStyle = object.DropHighlightStyle As SftTreeDropHighlightStyleConstants
VBStyle = object.DropHighlightStyle As SftTreeDropHighlightStyleConstants
C#.NETSftTreeDropHighlightStyleConstants Style = object.DropHighlightStyle;
VC++enum SftTreeDropHighlightStyleConstants Style = object->DropHighlightStyle;
enum SftTreeDropHighlightStyleConstants Style = object->GetDropHighlightStyle();
CHRESULT object->get_DropHighlightStyle(enum SftTreeDropHighlightStyleConstants* Style);

Put

VB.NETobject.DropHighlightStyle = Style As SftTreeDropHighlightStyleConstants
VBobject.DropHighlightStyle = Style As SftTreeDropHighlightStyleConstants
C#.NETSftTreeDropHighlightStyleConstants object.DropHighlightStyle = Style;
VC++enum SftTreeDropHighlightStyleConstants object->DropHighlightStyle = Style;
void object->PutDropHighlightStyle(enum SftTreeDropHighlightStyleConstants Style);
CHRESULT object->put_DropHighlightStyle(enum SftTreeDropHighlightStyleConstants Style);

object

A SftTree object.

Style

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

StyleValueDescription
dropSftTreeCaret0The drag & drop target is the current item. The Items.Current property is updated and set to the drop target. The drop target becomes the new current item. The target item is not selected, so even in a single selection tree control (see Items.MultiSelect property), the Items.Current property value and the Items.Selection property value are not identical.
dropSftTreeOnTop1The drag & drop target is highlighted using the color defined using the Items.DropHighlightColor property. The color is used as background color for the target item. The Items.Current property is not updated.
dropSftTreeBetween2The drag & drop target is highlighted using a solid line drawn using the color defined by the Items.DropHighlightColor property. The line is drawn before the target item, interpreting the Items.DropHighlight property as the insertion point. The Items.Current property is not updated.

Comments

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

The DropHighlightStyle property defines the style used to display the drop target of a drag & drop operation.

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.