IMAGESIZEH Property
PLBCMP GUI Only
The IMAGESIZEH property specifies the width in pixels of images stored within an IMAGELIST object. The property uses the following format:
IMAGESIZEH={value}
Note the following:
IMAGESIZEH 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 IMAGESIZEH 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} must correspond to the size of images added to the list.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |