这是我的按钮
-
- 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”
提前感谢 |