Message 1 of 3

Not applicable
04-03-2014
04:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This is my button
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
I have had a look online but i can seem to find how i assign the macro to the button
The macro i want to use it
"^C^C_StoreTree "
Thanks in advance
Solved! Go to Solution.