Advertisement
Guest User

Untitled

a guest
Jun 7th, 2012
591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.65 KB | None | 0 0
  1. RibbonToolTip toolTip1 = new RibbonToolTip()
  2.                                          {
  3.                                              Title = "This is important button1",
  4.                                              ExpandedContent = "Here you can see swf video",
  5.                                              ExpandedVideo = new Uri(@"c:\Program Files\Autodesk\Revit Structure 2013\Program\videos\GUID-2CFC667E-6170-4A91-8AF9-98ECF78C4502-low.swf"),
  6.                                              ExpandedImage =
  7.                                                  BitmapSourceConverter.ConvertFromImage(Resources.logoITC_16)
  8.                                          };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement