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 the maximum number of entries shown in the autocomplete window without a vertical scroll bar (suggest mode).
Get
VB.NET | Count = object.MaxShown As Integer |
VB | Count = object.MaxShown As Long |
C#.NET | int Count = object.MaxShown; |
VC++ | long Count = object->MaxShown; long Count = object->GetMaxShown(); |
C | HRESULT object->get_MaxShown(long* Count); |
Put
VB.NET | object.MaxShown = Count As Integer |
VB | object.MaxShown = Count As Long |
C#.NET | int object.MaxShown = Count; |
VC++ | long object->MaxShown = Count; void object->PutMaxShown(long Count); |
C | HRESULT object->put_MaxShown(long Count); |
object
Count
Defines the maximum number of entries shown in the autocomplete window without a vertical scroll bar (suggest mode), between 1 and 1000.
The MaxShown property defines the maximum number of entries shown in the autocomplete window without a vertical scroll bar (suggest mode).
This property is only used when AutoComplete.Mode is set to autocompleteSftMaskSuggest or autocompleteSftMaskSuggestAppend, as it defines the maximum number of visible entries in the autocomplete window.
If the defined number of items exceeds the maximum possible without exceeding the screen size, the autocomplete window is automatically made smaller to fit within the available space. The MaxShown property is not modified (it does not reflect the actual number of visible entries).
See Also SftMaskAutoComplete Object | Object Hierarchy