SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines the style used to display the drop target of a drag & drop operation.
Get
| VB.NET | Style = object.DropHighlightStyle As SftTreeDropHighlightStyleConstants |
| VB | Style = object.DropHighlightStyle As SftTreeDropHighlightStyleConstants |
| C#.NET | SftTreeDropHighlightStyleConstants Style = object.DropHighlightStyle; |
| VC++ | enum SftTreeDropHighlightStyleConstants Style = object->DropHighlightStyle; enum SftTreeDropHighlightStyleConstants Style = object->GetDropHighlightStyle(); |
| C | HRESULT object->get_DropHighlightStyle(enum SftTreeDropHighlightStyleConstants* Style); |
Put
| VB.NET | object.DropHighlightStyle = Style As SftTreeDropHighlightStyleConstants |
| VB | object.DropHighlightStyle = Style As SftTreeDropHighlightStyleConstants |
| C#.NET | SftTreeDropHighlightStyleConstants object.DropHighlightStyle = Style; |
| VC++ | enum SftTreeDropHighlightStyleConstants object->DropHighlightStyle = Style; void object->PutDropHighlightStyle(enum SftTreeDropHighlightStyleConstants Style); |
| C | HRESULT object->put_DropHighlightStyle(enum SftTreeDropHighlightStyleConstants Style); |
object
A SftTreeItems object.
Defines the style used to display the drop target of a drag & drop operation.
| Style | Value | Description |
|---|---|---|
| dropSftTreeCaret | 0 | The drag & drop target is the current item. The Items.Current property is updated and set to the drop target. The drop target becomes the new current item. The target item is not selected, so even in a single selection tree control (see Items.MultiSelect property), the Items.Current property value and the Items.Selection property value are not identical. |
| dropSftTreeOnTop | 1 | The drag & drop target is highlighted using the color defined using the Items.DropHighlightColor property. The color is used as background color for the target item. The Items.Current property is not updated. |
| dropSftTreeBetween | 2 | The drag & drop target is highlighted using a solid line drawn using the color defined by the Items.DropHighlightColor property. The line is drawn before the target item, interpreting the Items.DropHighlight property as the insertion point. The Items.Current property is not updated. |
The DropHighlightStyle property defines the style used to display the drop target of a drag & drop operation.
The Items.SelectStyle and Items.NoFocusStyle properties work in conjunction with the Items.OutlineStyle property to determine the exact appearance of drop target items. The highlighted portion of a drop target is rendered using the outline style defined by the Items.OutlineStyle property.
BackColor = -2147483643
BackColorOdd = -2147483643
CalcLimit = 500
CalcVisibleOnly = 0
Cell3D = 0
CharSearchColumn= 0
CharSearchMode = 1
DropHighlightColor= -2147483635
DropHighlightStyle= 1
EditNoFocusStyle= 2
FlybyHighlight = 1
ForeColor = -2147483640
ForeColorOdd = -2147483640
GrayedColor = -2147483631
GridHorizontalColor= -2147483632
GridStyle = 0See Also SftTreeItems Object | Object Hierarchy
