Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.DropTargetInnerFill1 Property

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

Syntax

Get

VB.NETClr = object.DropTargetInnerFill1 As UInteger
VBClr = object.DropTargetInnerFill1 As OLE_COLOR
C#.NETuint Clr = object.DropTargetInnerFill1;
VC++OLE_COLOR Clr = object->DropTargetInnerFill1;
OLE_COLOR Clr = object->GetDropTargetInnerFill1();
CHRESULT object->get_DropTargetInnerFill1(OLE_COLOR* Clr);

Put

VB.NETobject.DropTargetInnerFill1 = Clr As UInteger
VBobject.DropTargetInnerFill1 = Clr As OLE_COLOR
C#.NETuint object.DropTargetInnerFill1 = Clr;
VC++OLE_COLOR object->DropTargetInnerFill1 = Clr;
void object->PutDropTargetInnerFill1(OLE_COLOR Clr);
CHRESULT object->put_DropTargetInnerFill1(OLE_COLOR Clr);

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.

See Also SftBoxItems Object | Object Hierarchy


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