|
|
|
SftBoxItems.DropTargetOutlineBorderColor Property |
Defines the outline border color for items as drop targets during a drag & drop operation.
Syntax
VB.NET |
|||
VB |
Clr = object.DropTargetOutlineBorderColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->DropTargetOutlineBorderColor;
|
||
C |
HRESULT object->get_DropTargetOutlineBorderColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.DropTargetOutlineBorderColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->DropTargetOutlineBorderColor = Clr;
|
||
C |
HRESULT object->put_DropTargetOutlineBorderColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftBoxItems object.
Clr
Defines the outline border color for items as drop targets during a drag & drop operation.
Comments
The DropTargetOutlineBorderColor property defines the outline 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 DropTargetOutlineBorderColor 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 DropTargetOutlineBorderColor property has no effect on the edit control portion.