The number of images in the icon. There can be multiple images stacked top-to-bottom in the file. The first is the normal image. the second is the hover-over image. The third is the clicked image.
Namespace:
Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property IconSprites As Integer
|
C# |
---|
public abstract int IconSprites { get; } |
C++ |
---|
public abstract property int IconSprites abstract { int get(); } |
J# |
---|
/** property */ public int get_IconSprites(); |
JScript |
---|
public function get IconSprites() : int |
See Also