Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.DropTargetOutlineBorderColor Property

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

Syntax

Get

VB.NETClr = object.DropTargetOutlineBorderColor As System.Drawing.Color
VBClr = object.DropTargetOutlineBorderColor As OLE_COLOR
C#.NETSystem.Drawing.Color 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 System.Drawing.Color
VBobject.DropTargetOutlineBorderColor = Clr As OLE_COLOR
C#.NETSystem.Drawing.Color object.DropTargetOutlineBorderColor = Clr;
VC++OLE_COLOR object->DropTargetOutlineBorderColor = Clr;
void object->PutDropTargetOutlineBorderColor(OLE_COLOR Clr);
CHRESULT object->put_DropTargetOutlineBorderColor(OLE_COLOR Clr);

object

A SftDirectory 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 DropTargetOutlineBorderColor property is only used if the OutlineStyle property is set to OutlineStyleSftDirectoryRectGradient. Otherwise, it is ignored and the default drop target color is used instead.

See Also SftDirectory Object | Object Hierarchy


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