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
Various fields and functions are available to manipulate the selection (highlighted) text.
| iClipMode | Defines how text is cut and pasted and the behavior of the GetText, SetText, GetSelText, SetSelText and Contents_GetValue functions - with or without literal characters (see SFTMASK_CLIP Constants). |
| iEntrySelect | Defines whether the contents are automatically selected when the control receives the input focus (see SFTMASK_ENTRY Constants). |
| fEntrySelectMouse | Defines whether mouse clicks honor the iEntrySelect field setting. |
| selStart, selEnd | The start and end of the selected characters (fields of the SFTMASK_CONTROL structure). selStart is also the current insertion point or caret location. Any character typed by the user is inserted at this position. If selStart and selEnd are equal, there is no selection. |
| GetSelText, SetSelText | Retrieve or replace the contents of the selected (highlighted) area. |
See Also GetSelText | SetSelText | SFTMASK_CLIP Constants | SFTMASK_ENTRY Constants | SFTMASK_CONTROL
