ButtonBarName property
- Last UpdatedNov 26, 2024
- 1 minute read
Use the ButtonBarName property to associate the Button Bar control with the control.
If the optional Button Bar control is to be used in association with a given control, the ButtonBarName property must be set to the Name property of the ButtonBar instance to be used. This is required because a form can contain multiple controls and multiple ButtonBars.
The ButtonBarName property is used to associate the correct ButtonBar with the correct control.
Example
For example, suppose a form contains both the Utilization and Production controls, and two ButtonBars named "ButtonBar1" and "ButtonBar2".
If the Utilization control is to be associated with the first of these ButtonBars, its ButtonBarName property must be set to "ButtonBar1".
Similarly, the Production control’s ButtonBarName property must be set to "ButtonBar2".
|
Data Type |
Read/Write |
Default Value |
|---|---|---|
|
String |
R/W |
"" |