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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the style used to display the drop target of a drag & drop operation.
Deprecated - Provided for compatibility with earlier versions only - Use Items.DropHighlightStyle instead
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
Style
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. |
Deprecated - Provided for compatibility with earlier versions only - Use Items.DropHighlightStyle instead
The DropHighlightStyle property defines the style used to display the drop target of a drag & drop operation.
See Also SftTree Object | Object Hierarchy