|
|
|
SftDirectory.DropTargetInnerFill1 Property |
Defines the starting color used to fill the selection outline for items as drop targets during a drag & drop operation.
Syntax
VB.NET |
|||
VB |
Clr = object.DropTargetInnerFill1 As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->DropTargetInnerFill1;
|
||
C |
HRESULT object->get_DropTargetInnerFill1(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.DropTargetInnerFill1 = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->DropTargetInnerFill1 = Clr;
|
||
C |
HRESULT object->put_DropTargetInnerFill1(OLE_COLOR Clr); |
||
Delphi |
object
A SftDirectory 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 DropTargetInnerFill1 property is only used if the OutlineStyle property is set to OutlineStyleSftDirectoryRectGradient. Otherwise, it is ignored and the default drop target color is used instead.