Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

DropTargetInnerFill2 Property, SftTreeItems Object

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

Syntax

Get

VB.NETClr = object.DropTargetInnerFill2 As UInteger
VBClr = object.DropTargetInnerFill2 As OLE_COLOR
C#.NETuint Clr = object.DropTargetInnerFill2;
VC++OLE_COLOR Clr = object->DropTargetInnerFill2;
OLE_COLOR Clr = object->GetDropTargetInnerFill2();
CHRESULT object->get_DropTargetInnerFill2(OLE_COLOR* Clr);

Put

VB.NETobject.DropTargetInnerFill2 = Clr As UInteger
VBobject.DropTargetInnerFill2 = Clr As OLE_COLOR
C#.NETuint object.DropTargetInnerFill2 = Clr;
VC++OLE_COLOR object->DropTargetInnerFill2 = Clr;
void object->PutDropTargetInnerFill2(OLE_COLOR Clr);
CHRESULT object->put_DropTargetInnerFill2(OLE_COLOR Clr);

object

A SftTreeItems object.

Clr

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

Comments

The DropTargetInnerFill2 property defines the ending 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.DropHighlight properties.

The DropTargetInnerFill2 property is only used if the Items.OutlineStyle property is set to OutlineStyleSftTreeRectGradient. Otherwise, it is ignored and the Items.DropHighlightColor property is used instead.

See Also SftTreeItems Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.