ComboBox.getFocusOnClick

Returns whether the combo box grabs focus when it is clicked with the mouse. See ComboBox.setFocusOnClick.

More...
class ComboBox
override
bool
getFocusOnClick
()

Return Value

Type: bool

TRUE if the combo box grabs focus when it is clicked with the mouse.

Detailed Description

Deprecated: Use Widget.getFocusOnClick instead

Meta