|
|
|
SftBoxItems.DropHighlightStyle Property |
Defines the appearance of the drop target item (Items.DropIndex property).
Syntax
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;
|
||
C |
HRESULT object->get_DropHighlightStyle(enum SftBoxDropHighlightStyleConstants* Style); |
||
Delphi |
Style := object.DropHighlightStyle : TOleEnum; |
||
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;
|
||
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 |
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. |
|
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).