Article Details
| Id: | 18613 |
| Product: | finPOWER Connect |
| Type: | NEW |
| Version: | 3.04.02 |
| Opened: | 23/09/2021 |
| Closed: | 23/09/2021 |
| Released: | 02/12/2021 |
| Job: | J027452 |
HTML Widgets; widget.UI.DBCombo; ShowDropdown property added
The widget.UI.DBCombo control now has a ShowDropdown property.
Previously, "showDropdown" could only be specified as a creation option.
The property allows the dropdown arrow to be shown or hidden on-the-fly, e.g.:
cboClient.ShowDropdown(false);