The width of the icon referenced by the iconfilename


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property IconWidth As Integer
C#
public abstract int IconWidth { get; }
C++
public abstract property int IconWidth abstract  {
    int get();
}
J#
/** property */
public int get_IconWidth();
JScript
public function get IconWidth() : int

See Also