|
|
|
SftBoxItems.DropTargetInnerBorderColor Property |
Defines the inner border color for items as drop targets during a drag & drop operation.
Syntax
VB.NET |
|||
VB |
Clr = object.DropTargetInnerBorderColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->DropTargetInnerBorderColor;
|
||
C |
HRESULT object->get_DropTargetInnerBorderColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.DropTargetInnerBorderColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->DropTargetInnerBorderColor = Clr;
|
||
C |
HRESULT object->put_DropTargetInnerBorderColor(OLE_COLOR Clr); |
||
Delphi |
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.