RVTDocs.com
Namespace: Autodesk.Revit.UI Class: RibbonItem

RibbonItem.SetContextualHelp

Method
Description:
Sets the contextual help bound with this button.
Syntax
public void SetContextualHelp(
	ContextualHelp contextualHelp
)
Parameters
Parameter Type Description
contextualHelp ContextualHelp The contextual help.
Return Value