RibbonItemSetContextualHelp Method

Sets the contextual help bound with this button.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetContextualHelp(
	ContextualHelp contextualHelp
)

Parameters

contextualHelp  ContextualHelp
The contextual help.
See Also