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
The SftMaskAutoComplete object describes the attributes of the control's autocomplete feature. The SftMaskAutoComplete object can be accessed through the control's AutoComplete property. A control has only one SftMaskAutoComplete object.
Property/Method | Description |
---|---|
AddBottom | Adds a custom autocomplete entry at the bottom of the list. |
AddTop | Adds a custom autocomplete entry at the top of the list. |
Contents | Defines the type of data shown in the autocomplete window. |
DefaultDirectory | Defines the default directory for filenames and directory lists. |
Encrypt | Defines whether stored autocomplete entries are encrypted. |
File | Defines the file used to store autocomplete entries. |
IgnoreCase | Defines whether the comparison to find matching autocomplete entries is case sensitive. |
MaxEntries | Defines the maximum number of saved autocomplete entries. |
MaxShown | Defines the maximum number of entries shown in the autocomplete window without a vertical scroll bar (suggest mode). |
Mode | Defines the autocomplete behavior. |
OptimalHeight | Defines whether the autocomplete window is resized optimally in height (suggest mode). |
Refresh | Updates or displays autocomplete information. |
ShowOne | Defines whether the autocomplete window is shown for just one already completely matching entry (suggest mode). |
See Also Object Hierarchy