|
SmartMenuXP
Reference
Returns or sets the width of the area where pictures are displayed on the menu
window.
Syntax
object.PictureAreaWidth [= value]
The PictureAreaWidth property syntax has these parts:
| Part |
Description |
| object |
An object expression that evaluates to a SmartMenuXP object. |
| value |
A numeric value or constant that determines the area width. |
At design time, the default PictureAreaWidth
for the SmartMenuXP is set to 345.
Remarks
The PictureAreaWidth will only accept a value greater o equal to
zero. The value is always expressed in Twips.
|