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
Defines whether the autocomplete window is shown for just one already completely matching entry (suggest mode).
Get
VB.NET | Boolean = object.ShowOne As Boolean |
VB | Boolean = object.ShowOne As Boolean |
C#.NET | bool Boolean = object.ShowOne; |
VC++ | VARIANT_BOOL Boolean = object->ShowOne; VARIANT_BOOL Boolean = object->GetShowOne(); |
C | HRESULT object->get_ShowOne(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.ShowOne = Boolean As Boolean |
VB | object.ShowOne = Boolean As Boolean |
C#.NET | bool object.ShowOne = Boolean; |
VC++ | VARIANT_BOOL object->ShowOne = Boolean; void object->PutShowOne(VARIANT_BOOL Boolean); |
C | HRESULT object->put_ShowOne(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether the autocomplete window is shown for just one already completely matching entry (suggest mode).
Boolean | Description |
---|---|
True | The autocomplete window is shown even if there is only one matching entry and the currently entered text completely matches this entry. |
False | The autocomplete window is hidden if there is only one matching entry and the currently entered text completely matches this entry. |
The ShowOne property defines whether the autocomplete window is shown for just one already completely matching entry (suggest mode).
This property is only used if the AutoComplete.Mode property is defined as autocompleteSftMaskSuggest or autocompleteSftMaskSuggestAppend.
See Also SftMaskAutoComplete Object | Object Hierarchy