When present, this icon will be used when the add-on is displayed in the addon manager and when edited. The height, width and sprites must also be set.
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property IconFilename As String |
C# |
---|
public abstract string IconFilename { get; } |
C++ |
---|
public abstract property string IconFilename abstract { String get(); } |
J# |
---|
/** property */ public string get_IconFilename(); |
JScript |
---|
public function get IconFilename() : String |