Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.DropTargetOutlineBorderColor Property

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 SftBoxItems 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.DropHighlightStyle properties.

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

The DropTargetOutlineBorderColor property has no effect on the edit control portion.

See Also SftBoxItems Object | Object Hierarchy


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