Gets the URL of the command contextual help. This is usually a location of a local CHM file.

The default implementation return an empty string.

Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)

Syntax

C#
protected virtual string CommandContextHelpUrl { get; }
Visual Basic
Protected Overridable ReadOnly Property CommandContextHelpUrl As String
	Get

See Also