.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Display Discription and Macro Command on ribbon

1 REPLY 1
SOLVED
Reply
Message 1 of 2
makepeace1
485 Views, 1 Reply

Display Discription and Macro Command on ribbon

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"

 

 

1 REPLY 1
Message 2 of 2
norman.yuan
in reply to: makepeace1

Look into RibbonToolTip object. The code would be like:

 

RibbonToolTip tip=new RibbonToolTip();

tip.Title="My Command";

tip.Content="Do something wonderful";

tip.Command="MyCmd";

 

storetree.ToolTip=tip;

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost