Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
550
CommandParameter issue on ButtonTool
posted
Is the CommandParameter on a ButtonTool implemented? I have the following code which normally works finre from a button but from a ButtonTool is passes nothing in the CommandParameter. igRibbon:ButtonTool Caption="Contacts" igRibbon:RibbonGroup.MaximumSize="ImageAndTextLarge" SmallImage="Images/Pngs/16x16/UserGroup.png" LargeImage="Images/Pngs/32x32/UserGroup.png" Command="appCmds:AppCommands.CustomersPage" CommandParameter="{x:Type localPages:CustomersPage}"