Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.DropHighlightStyle Property

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

Syntax

Get

VB.NETStyle = object.DropHighlightStyle As SftBoxDropHighlightStyleConstants
VBStyle = object.DropHighlightStyle As SftBoxDropHighlightStyleConstants
C#.NETSftBoxDropHighlightStyleConstants Style = object.DropHighlightStyle;
VC++enum SftBoxDropHighlightStyleConstants Style = object->DropHighlightStyle;
enum SftBoxDropHighlightStyleConstants Style = object->GetDropHighlightStyle();
CHRESULT object->get_DropHighlightStyle(enum SftBoxDropHighlightStyleConstants* Style);

Put

VB.NETobject.DropHighlightStyle = Style As SftBoxDropHighlightStyleConstants
VBobject.DropHighlightStyle = Style As SftBoxDropHighlightStyleConstants
C#.NETSftBoxDropHighlightStyleConstants object.DropHighlightStyle = Style;
VC++enum SftBoxDropHighlightStyleConstants object->DropHighlightStyle = Style;
void object->PutDropHighlightStyle(enum SftBoxDropHighlightStyleConstants Style);
CHRESULT object->put_DropHighlightStyle(enum SftBoxDropHighlightStyleConstants Style);

object

A SftBoxItems object.

Style

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

StyleValueDescription
dropHighlightStyleSftBoxOnTop0The 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.
dropHighlightStyleSftBoxBetween1The 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).

See Also SftBoxItems Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.