Description
This property allows you to get and set the ActiveX control width (in pixel units).
Syntax
Property get:
width = ControlWidth( );
|
|
|
|
Return: (Integer) width |
Control width. |
Property set:
ControlWidth( width );
|
|
|
|
Input: (Integer) width |
Control width. |