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 resized optimally in height (suggest mode).
Get
VB.NET | Boolean = object.OptimalHeight As Boolean |
VB | Boolean = object.OptimalHeight As Boolean |
C#.NET | bool Boolean = object.OptimalHeight; |
VC++ | VARIANT_BOOL Boolean = object->OptimalHeight; VARIANT_BOOL Boolean = object->GetOptimalHeight(); |
C | HRESULT object->get_OptimalHeight(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.OptimalHeight = Boolean As Boolean |
VB | object.OptimalHeight = Boolean As Boolean |
C#.NET | bool object.OptimalHeight = Boolean; |
VC++ | VARIANT_BOOL object->OptimalHeight = Boolean; void object->PutOptimalHeight(VARIANT_BOOL Boolean); |
C | HRESULT object->put_OptimalHeight(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether the autocomplete window is resized optimally in height (suggest mode).
Boolean | Description |
---|---|
True | The autocomplete window is resized to fit all entries. |
False | The autocomplete window is not resized. It is initially sized as if AutoComplete.MaxShown entries were available, leaving empty space below the last entry. |
The OptimalHeight property defines whether the autocomplete window is resized optimally in height (suggest mode).
This property is only used if the AutoComplete.Mode property is defined as autocompleteSftMaskSuggest or autocompleteSftMaskSuggestAppend.
See Also SftMaskAutoComplete Object | Object Hierarchy