SftBox/OCX 4.5

SftBoxItems.DropHighlightStyle Property

Softel vdm, Inc.

Defines the appearance of the drop target item (Items.DropIndex property).

Syntax       

Get

VB.NET

Style = object.DropHighlightStyle  As SftBoxDropHighlightStyleConstants

VB

Style = object.DropHighlightStyle  As SftBoxDropHighlightStyleConstants

C#.NET

SftBoxDropHighlightStyleConstants Style = object.DropHighlightStyle;

VC++

enum SftBoxDropHighlightStyleConstants Style = object->DropHighlightStyle;
enum SftBoxDropHighlightStyleConstants Style = object->GetDropHighlightStyle();

C

HRESULT object->get_DropHighlightStyle(enum SftBoxDropHighlightStyleConstants* Style);

Delphi

Style := object.DropHighlightStyle  : TOleEnum;

Put

VB.NET

object.DropHighlightStyle = Style  As SftBoxDropHighlightStyleConstants

VB

object.DropHighlightStyle = Style  As SftBoxDropHighlightStyleConstants

C#.NET

SftBoxDropHighlightStyleConstants object.DropHighlightStyle = Style;

VC++

enum SftBoxDropHighlightStyleConstants object->DropHighlightStyle = Style;
void object->PutDropHighlightStyle(enum SftBoxDropHighlightStyleConstants Style);

C

HRESULT object->put_DropHighlightStyle(enum SftBoxDropHighlightStyleConstants Style);

Delphi

object.DropHighlightStyle := Style  : TOleEnum;

object

A SftBoxItems object.

Style

Defines the appearance of the drop target item (Items.DropIndex property).

Style

Value

Description

dropHighlightStyleSftBoxOnTop

0

The drop target is highlighted using the color defined using the Items.DropHilightColor property. This color is used to draw a frame around the target item.

dropHighlightStyleSftBoxBetween

1

The drop target is highlighted using a solid line drawn using the color defined by the Items.DropHilightColor property. The line is drawn before the target item, interpreting the Items.DropIndex property as the insertion point.

Comments

The DropHighlightStyle property defines the appearance of the drop target item (Items.DropIndex property).


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