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

RibbonItemData.SetContextualHelp

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