Control.setIsPressed

Syntax

setIsPressed (value);

Parameters

value. Determines whether to show component as if clicked upon. If the parameter is set to True, the component is shown as on hover, otherwise standard component state is shown.

Description

The setIsPressed method shows component as if clicked upon.

Example

The example of method use is given in description of the Control.Anchors property.

Seebsp;also:

Control