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
Positions the caret at the optimal input position.
C
void SftMask_OptimalPosition(HWND hwndCtl, BOOL fGoingRight);
C++
void CSftMask::OptimalPosition(BOOL fGoingRight);
hwndCtl
The window handle of the masked edit control.
fGoingRight
TRUE to search towards the end, FALSE to search towards the beginning.
The caret is moved to the next position where data can be entered, skipping literal positions.
See Also GetInsertPosition | Selection
