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 appearance of the drop target item (Items.DropIndex property).
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); |
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); |
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. |
The DropHighlightStyle property defines the appearance of the drop target item (Items.DropIndex property).
See Also SftBoxItems Object | Object Hierarchy