Can I group the dropped down buttons? So that user can only select one at a time... so if one of them selected, then the rest will be deselected? ... or do i have to go through all of them to deselect?
I want to use Image&Text for the dropped down, how can i make it toggle when the button was select... the checked function would not work as i am using image.
Thanks,
Hello JSW W.,
If you are talking about the commands in NMenuBar in NCommandBarsManager control you can use Checked property to put a check mark before the text of a command, or you can set the Selectable property to false, or just set Enable to false to the rest of the commands.
Howevet you have to make this functionallity manually.
Regards,
Angel.