ToolBarButton.setIsHovered

Syntax

setIsHovered(value: Boolean);

Parameters

value. If the True value is set to the parameter then the button is displayed in the way it is displayed when the mouse cursor is over it. By default the property is set to False.

Description

The setIsHovered method sets the token of that the mouse cursor is over the button.

Example

An example of property use is given on the Button.setIsHovered page.

See also:

ToolBarButton