SftDirectory 2.5

SftDirectory.DropTargetOutlineBorderColor Property

Softel vdm, Inc.

Defines the outline border color for items as drop targets during a drag & drop operation.

Syntax       

Get

VB.NET

Clr = object.DropTargetOutlineBorderColor  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.DropTargetOutlineBorderColor  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.DropTargetOutlineBorderColor;

VC++

OLE_COLOR Clr = object->DropTargetOutlineBorderColor;
OLE_COLOR Clr = object->GetDropTargetOutlineBorderColor();

C

HRESULT object->get_DropTargetOutlineBorderColor(OLE_COLOR* Clr);

Delphi

Clr := object.DropTargetOutlineBorderColor  : TColorLanguage-specific information;

Put

VB.NET

object.DropTargetOutlineBorderColor = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.DropTargetOutlineBorderColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.DropTargetOutlineBorderColor = Clr;

VC++

OLE_COLOR object->DropTargetOutlineBorderColor = Clr;
void object->PutDropTargetOutlineBorderColor(OLE_COLOR Clr);

C

HRESULT object->put_DropTargetOutlineBorderColor(OLE_COLOR Clr);

Delphi

object.DropTargetOutlineBorderColor := Clr  : TColorLanguage-specific information;

object

A SftDirectory 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 DropTargetOutlineBorderColor 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.


Feedback / comments / error reports for this topic
© 2003, 2008 - Softel vdm, Inc. - www.softelvdm.com