ImageWidth Property
|
Set / Gets image width of a gui object.
SYNTAX
Pseudo-OOP:
Set:
<ParentWindowName>.<ControlName>.ImageWidth:= nImageWidth
Get:
<ParentWindowName>.<ControlName>.ImageWidth--> nImageWidth
Function syntax:
Set:
SetProperty ( <ParentWindowName>,<ControlName>, ImageWidth, nImageWidth)
Get:
GetProperty ( <ParentWindowName>,
<ControlName>, ImageWidth-) -> nImageWidth