santhosh venkatesh
Posts: 9
Joined: 2020-02-20
|
Hi Team,
I would like to add multiple buttons in addin express region when it is in collapsed mode as shown in the image here https://prnt.sc/r4yo01. Please let me know if this is possible to achieve ?. Do we have any sample available, can you please share it.
[img]https://prnt.sc/r4yo01[/img] |
|
Andrei Smolin
Add-in Express team
Posts: 19138
Joined: 2006-05-11
|
Hello Santhosh,
Since that form may contain buttons of other add-ins, this isn't recommended. You can set ADXOlForm.EnableHeader to false and emulate the process and result of minimizing the form: create required controls to let the user minimize it, change the form size to display the form minimized, draw your controls on the minimized form AND also controls for the other add-ins in that region; see ADXOlForm.ContainerControl.ContainerItems.
Andrei Smolin
Add-in Express Team Leader |
|