Show the buttons for a specific control
- Last UpdatedNov 26, 2024
- 1 minute read
If multiple controls are associated with the same Button Bar control, you assign the buttons of the Button Bar control to specific controls.
You assign controls to Button Bar buttons by setting the ShowAllControlsButton property to False and the ControlInCharge property to the control name.
Show the buttons of a specific control in the Button Bar control
-
Select the Button Bar control on the canvas.
-
In the Properties Editor, set the ShowAllControlsButton property to False.
-
In the Properties Editor, locate the ControlInCharge property.
-
In the value box, type the name of the control for which you want to show the buttons.
Note: You must change the ControlInCharge property at runtime to enable buttons for any specific control.