2027 Class
Changes 0
C

ContextualHelp

Description:
Contains the details for how Revit should allow invocation of contextual help for an item added by an application.
Remarks:
An instance of this class may be used to assign a contextual help location to any RibbonItem (through the RibbonItem.SetContextualHelp() method). It is also possible to use an instance of this class to launch the help path and topic at any time (this permits association of help topics with user interface components inside dialogs created by the add-in application).
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.UI.ContextualHelp
public class ContextualHelp
Name Return Type Description Inherited From
C ContextualHelp(ContextualHelpType, String) None Constructs a contextual help object.
Name Return Type Description Inherited From
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M Launch() None Launches and displays the help topic specified by the contents of this ContextualHelp object.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P HelpPath string The context id, help URL, or help file path.
P HelpTopicUrl string The help topic URL.
P HelpType ContextualHelpType The contextual help type.