"manageCommands"

Switches the visibility of the scrollbar in the Trend widget on or off.

Synopsis

setValue(string shape, "manageCommands", bool on);

getValue(string shape, "manageCommands", bool &on);

shape.manageLegend(bool on);

Parameter

Parameter Description
shape Object name
on Visible (TRUE)/not visible (FALSE).

Description

Switches the visibility of the scrollbar in the trend widget on or off.

Example

The visibility of the scrollbar will be disabled.

main()
{
  TREND1.manageCommands(FALSE);
}
Abbildung 1. The Scroll bar of the Trend is disabled

Assignment

Trend