Icon AllowSelection Property

property AllowSelection: Boolean

Available In: Visual Client Applications

Specifies whether the toolbar button is selectable. If a toolbar button is selectable, then its Selected property can be modified to toggle the button to and from a "pushed" state.

Information By default, multiple toolbar buttons within the same toolbar can have their Selected property set to True at the same time. This behavior is controlled by the TToolBar MultiSelect property. If the MultiSelect property is set to True (the default), then the toolbar buttons will behave like check boxes. If the MultiSelect property is set to False, then the toolbar buttons will behave like radio buttons.
Image