IMAGESIZEV Property
PLBCMP GUI Only
The IMAGESIZEV property specifies the height in pixels of images stored within an IMAGELIST object. The property uses the following format:
IMAGESIZEV={value}
Note the following:
IMAGESIZEV may be used in CREATE or GETPROP statements of an IMAGELIST object. In addition, the SETPROP statement can change this property for a PL/B Web Server (PWS) IMAGELIST. Warning: Executing the SETPROP of the IMAGESIZEV property using any Windows runtime\client like PLBWIN\PLBNET\PLBCLIENT causes indeterminate behaviors and should be avoided.
{value} is a decimal number, a Numeric Variable, or an Expression defining the image width in pixels.
{value} is a decimal number, a Numeric Variable, or an Expression defining the image height in pixels.
{value} must correspond to the size of images added to the list.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |