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
Values for the iEntrySelect field on SFTMASK_CONTROL, defining the selection behavior when the control receives the input focus.
| SFTMASK_ENTRYNONE (0) | The selection and caret location remain unchanged. Default. |
| SFTMASK_ENTRYSELECTALL (1) | The entire contents are selected. |
| SFTMASK_ENTRYSELECTENDHOME (2) | The contents are selected from the end to the beginning; the caret is at the beginning. |
| SFTMASK_ENTRYSELECTHOMEEND (3) | The contents are selected from the beginning to the end; the caret is at the end. |
| SFTMASK_ENTRYSELECTHOME (4) | The caret is placed at the first input position; nothing is selected. |
| SFTMASK_ENTRYSELECTEND (5) | The caret is placed after the last entered character; nothing is selected. |
The fEntrySelectMouse field defines whether the entry selection behavior is also applied when the control receives the input focus through a mouse click.
See Also Selection | SFTMASK_CONTROL
