Rebar.setDoubleClickToggle

Overview | Methods | This Package | All Packages

Rebar.setDoubleClickToggle

Sets a boolean value indicating whether the user double-clicks or single-clicks to toggle the size of the rebar band.

Syntax

public void setDoubleClickToggle( boolean value )

Parameters

value

Set to true if the user double-clicks to toggle the size of the rebar band; set to false if the user single-clicks to toggle the size of the rebar band. The default value is true.

Remarks

When the user clicks to toggle the size of the rebar band, the size alternates between the maximum size, the minimum size, and the ideal size.

See Also   getDoubleClickToggle