Y
Yevgeny Barkovsky
Is it possible to create CommandBarDropDownButton from my add-in code?
And, if yes, how can I do it?
CommandBar.Controls.Add at the first parameter can have
Microsoft.Office.Core.MsoControlType.msoControlButtonDropDown, but I can't
find class like
Microsoft.Office.Core.CommandBarButtonDropDown - only CommandBarButton &
CommandBarComboBox available.
And I can't find solution in the MSDN.
And, if yes, how can I do it?
CommandBar.Controls.Add at the first parameter can have
Microsoft.Office.Core.MsoControlType.msoControlButtonDropDown, but I can't
find class like
Microsoft.Office.Core.CommandBarButtonDropDown - only CommandBarButton &
CommandBarComboBox available.
And I can't find solution in the MSDN.