Description
This class implements the standard preview tooltip, which can be used for showing preview images and properties as name-value pairs.
Class Hierarchy
Autodesk.Windows.RibbonToolTipBase Autodesk.Windows.PreviewToolTip
Visual Basic
Public Class PreviewToolTip Inherits RibbonToolTipBase
C#
public class PreviewToolTip : RibbonToolTipBase;
Remarks
This is a simple data class to store the tooltip information. The actual tooltip is created in a standard format using a data template.