If present, this link is displayed when the addon icon is clicked.
Namespace:
Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property HelpLink As String
|
C# |
---|
public abstract string HelpLink { get; } |
C++ |
---|
public abstract property string HelpLink abstract { String get(); } |
J# |
---|
/** property */ public string get_HelpLink(); |
JScript |
---|
public function get HelpLink() : String |
See Also