SftBox/OCX 4.5

SftBoxItems.DropTargetInnerBorderColor Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

Clr = object.DropTargetInnerBorderColor  As UIntegerLanguage-specific information

VB

Clr = object.DropTargetInnerBorderColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.DropTargetInnerBorderColor;

VC++

OLE_COLOR Clr = object->DropTargetInnerBorderColor;
OLE_COLOR Clr = object->GetDropTargetInnerBorderColor();

C

HRESULT object->get_DropTargetInnerBorderColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

object.DropTargetInnerBorderColor = Clr  As UIntegerLanguage-specific information

VB

object.DropTargetInnerBorderColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.DropTargetInnerBorderColor = Clr;

VC++

OLE_COLOR object->DropTargetInnerBorderColor = Clr;
void object->PutDropTargetInnerBorderColor(OLE_COLOR Clr);

C

HRESULT object->put_DropTargetInnerBorderColor(OLE_COLOR Clr);

Delphi

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

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.


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