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
Displays the drop target at the specified position.
| VB.NET | object.ShowDropPosition(ByVal Pos As Integer) | 
| VB | object.ShowDropPosition(ByVal Pos As Long) | 
| C#.NET | void object.ShowDropPosition(int Pos); | 
| VC++ | HRESULT object->ShowDropPosition(long Pos); | 
| C | HRESULT object->raw_ShowDropPosition(long Pos); | 
object
Pos
Defines the character index where the insertion point (caret location) should be displayed. Specify -1 to hide the drop target.
The ShowDropPosition method displays the drop target at the specified position.
The drop target is a vertical bar displayed at the specified position Pos.
This method is automatically used during OLE drag & drop processing and is only needed if an application implements its own drag & drop processing.
See Also SftMask Object | Object Hierarchy
