Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.DropTargetInnerBorderColor Property

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

Syntax

Get

VB.NETClr = object.DropTargetInnerBorderColor As UInteger
VBClr = object.DropTargetInnerBorderColor As OLE_COLOR
C#.NETuint Clr = object.DropTargetInnerBorderColor;
VC++OLE_COLOR Clr = object->DropTargetInnerBorderColor;
OLE_COLOR Clr = object->GetDropTargetInnerBorderColor();
CHRESULT object->get_DropTargetInnerBorderColor(OLE_COLOR* Clr);

Put

VB.NETobject.DropTargetInnerBorderColor = Clr As UInteger
VBobject.DropTargetInnerBorderColor = Clr As OLE_COLOR
C#.NETuint object.DropTargetInnerBorderColor = Clr;
VC++OLE_COLOR object->DropTargetInnerBorderColor = Clr;
void object->PutDropTargetInnerBorderColor(OLE_COLOR Clr);
CHRESULT object->put_DropTargetInnerBorderColor(OLE_COLOR Clr);

object

A SftBoxItems object.

Clr

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

Comments

The DropTargetInnerBorderColor property defines the inner 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 DropTargetInnerBorderColor 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 DropTargetInnerBorderColor 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.