Message 1 of 1
How to create multiple buttondefinitions on the fly

Not applicable
10-26-2014
02:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a form where multiple check buttons can be choosen.
For each checked button, i would like to create button definition that appears in the ribbon or context menu.
How do i approach this?
I can programmatical hardcode each of the button, but there are 39 of them that can be activated.
So i think i need an array and push that to the buttondefinition function...
That's where i'm stuck...
Thanks in advance