SftBox/OCX 4.5

SftBoxItems.DropTargetInnerFill1 Property

Softel vdm, Inc.

Defines the starting color used to fill the selection outline for items as drop targets during a drag & drop operation.

Syntax       

Get

VB.NET

Clr = object.DropTargetInnerFill1  As UIntegerLanguage-specific information

VB

Clr = object.DropTargetInnerFill1  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.DropTargetInnerFill1;

VC++

OLE_COLOR Clr = object->DropTargetInnerFill1;
OLE_COLOR Clr = object->GetDropTargetInnerFill1();

C

HRESULT object->get_DropTargetInnerFill1(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

object.DropTargetInnerFill1 = Clr  As UIntegerLanguage-specific information

VB

object.DropTargetInnerFill1 = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.DropTargetInnerFill1 = Clr;

VC++

OLE_COLOR object->DropTargetInnerFill1 = Clr;
void object->PutDropTargetInnerFill1(OLE_COLOR Clr);

C

HRESULT object->put_DropTargetInnerFill1(OLE_COLOR Clr);

Delphi

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

object

A SftBoxItems object.

Clr

Defines the starting color used to fill the selection outline for items as drop targets during a drag & drop operation.

Comments

The DropTargetInnerFill1 property defines the starting color used to fill the selection outline 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 DropTargetInnerFill1 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 DropTargetInnerFill1 property has no effect on the edit control portion.


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