IsHint: Boolean
The IsHint property determines whether a tooltip is displayed on the mouse hover on the button for opening of the drop-down panel.
Available values:
true. Tooltip is displayed on the mouse hover on the button for opening of the drop-down panel (default).
false. Tooltip is not displayed on the mouse hover on the button for opening of the drop-down panel.
Use JSON or the setIsHint method to set the property value and the getIsHint method to get the property value.
The property use is given in description of the Combo.getTextBox method.
See also: