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