The height in pixels of the icon referenced by the iconfilename.
Namespace:
Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property IconHeight As Integer
|
C# |
---|
public abstract int IconHeight { get; } |
C++ |
---|
public abstract property int IconHeight abstract { int get(); } |
J# |
---|
/** property */ public int get_IconHeight(); |
JScript |
---|
public function get IconHeight() : int |
See Also