将命令添加到功能区按钮
这是我的按钮Dim pan1button1 As New RibbonButton()
pan1button1.Text = "STORE"
pan1button1.ShowText = True
pan1button1.ShowImage = True
pan1button1.Image = Images.getBitmap(My.Resources.Store)
pan1button1.LargeImage = Images.getBitmap(My.Resources.Store_L)
pan1button1.Orientation = System.Windows.Controls.Orientation.Vertical
pan1button1.Size = RibbonItemSize.Large
pan1button1.CommandHandler = New RibbonCommandHandler
我在网上看了一下,但我似乎可以找到如何将宏分配给按钮
我想用的宏
“^C^C\U StoreTree”
提前感谢 你好
试试这个“^C^C\u vbarun;StoreTree”
页:
[1]