IPPButtonGroup.AllowAllUp

Syntax

AllowAllUp: Button;

Description

The AllowAllUp property determines whether all grouped buttons can be simultaneously released.

Comments

The AllowAllUp property is set to False by default, one button in the group must be always pressed.

If the property is set to True, all buttons can be released. Pressing or releasing of buttons is made on mouse click or by pressing the SPACE key when the button gets focused. Status of the buttons can also be controlled by changing value of the IPPSwitchButton.Down property.

See also:

IPPButtonGroup