Message 1 of 2

Not applicable
04-04-2014
08:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Would somone be able to tell me how i can add a discription to my button so i can give a discription when somone hovers over it and also say what macro it is going to run
This is my button at the moment
Dim storetree As New RibbonButton() storetree.Text = "Store" storetree.ToolTip = "Store" storetree.ShowText = True storetree.ShowImage = True storetree.Image = Images.getBitmap(My.Resources.Store) storetree.LargeImage = Images.getBitmap(My.Resources.Store_L) storetree.Orientation = System.Windows.Controls.Orientation.Vertical storetree.Size = RibbonItemSize.Large storetree.CommandHandler = New RibbonCommandHandler() storetree.Id = "_Storetree"
Solved! Go to Solution.