SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftTree/NET 2.0 - Tree Control
Visualizes the insert location at the given character position, used by drop targets during drag & drop.
C
void SftMask_ShowDropPosition(HWND hwndCtl, long Pos);
C++
void CSftMask::ShowDropPosition(long Pos);
hwndCtl
The window handle of the masked edit control.
Pos
The zero-based character position to visualize, or -1 to remove the drop position display.
A drop target typically combines GetCharIndex, GetInsertPosition and ShowDropPosition to give visual feedback while dragging over the control. See Drag & Drop.
See Also GetInsertPosition | Drag & Drop
