RibbonItemData.GetContextualHelp Method

RibbonItemDataGetContextualHelp Method

Gets the contextual help bound with this control.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ContextualHelp GetContextualHelp()
Public Function GetContextualHelp As ContextualHelp
public:
ContextualHelp^ GetContextualHelp()
member GetContextualHelp : unit -> ContextualHelp 

Return Value

ContextualHelp
The contextual help assigned to the item, or if there is no binding assigned.
See Also