|
SmartMenuXP
Reference
Returns or sets the distance between the menu items and the menu bar left edge.
Syntax
object.OffsetLeft [= value]
The OffsetLeft 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 left offset. |
At design time, the default OffsetLeft
for the SmartMenuXP is set to 75.
Remarks
The OffsetLeft will only accept a value greater or equal to
zero. The value is always expressed in Twips.
|