ItemData.ToolTip Property

ItemDataToolTip Property

The tooltip of item.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string ToolTip { get; set; }
Public Property ToolTip As String
	Get
	Set
public:
property String^ ToolTip {
	String^ get ();
	void set (String^ value);
}
member ToolTip : string with get, set

Property Value

String
Exceptions
ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null
Remarks
The text that is displayed when the mouse pointer moves over the item. SplitButton and RadioButtonGroup cannot display the tooltip set by this method, the SplitButton will always show the current PushButton tooltip, and RadioButtonGroup has no tooltip.
See Also