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
Various properties are available to manipulate the selection (highlighted) text.
ClipMode | Defines how text is cut and pasted and the behavior of the SelText and Text and Contents.Value properties. |
EntrySelect | Defines whether the contents are automatically selected when the control receives the input focus. |
EntrySelectMouse | Defines whether mouse clicks honor the EntrySelect property setting. |
SelLength | Defines the number of characters that are selected (highlighted), starting at the position described by the SelStart property. If this value is 0, there is no selection. |
SelStart | Defines the start of the selected characters. This is also the current insertion point or caret location. Any character typed by the user is inserted at this position. |
SelText | This property defines the contents of the selected (highlighted) area. |