ImageList.ImageCount Property (Typed) | |
The number of images in the ImageList object.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ImageCount AS LONG GET
public virtual int ImageCount { get; }
Request Example
View SourceProperty Value
Type:
LongThe number of images in the ImageList object.
See Also