SftBox/OCX 4.5

SftBoxItems.DropTargetOutlineBorderColor Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

Clr = object.DropTargetOutlineBorderColor  As UIntegerLanguage-specific information

VB

Clr = object.DropTargetOutlineBorderColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.DropTargetOutlineBorderColor;

VC++

OLE_COLOR Clr = object->DropTargetOutlineBorderColor;
OLE_COLOR Clr = object->GetDropTargetOutlineBorderColor();

C

HRESULT object->get_DropTargetOutlineBorderColor(OLE_COLOR* Clr);

Delphi

Clr := object.DropTargetOutlineBorderColor  : CardinalLanguage-specific information;

Put

VB.NET

object.DropTargetOutlineBorderColor = Clr  As UIntegerLanguage-specific information

VB

object.DropTargetOutlineBorderColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.DropTargetOutlineBorderColor = Clr;

VC++

OLE_COLOR object->DropTargetOutlineBorderColor = Clr;
void object->PutDropTargetOutlineBorderColor(OLE_COLOR Clr);

C

HRESULT object->put_DropTargetOutlineBorderColor(OLE_COLOR Clr);

Delphi

object.DropTargetOutlineBorderColor := Clr  : CardinalLanguage-specific information;

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.


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com