|
Get/Sets style used for the menu border.
Syntax
object.MenuBorder [=value]
The MenuBorder property syntax has these parts:
|
Part |
Description |
| Object |
An object expression that evaluates to VLMenuPlus |
| value |
An integer specifying the style to be used for drawing menu border, as
described in Settings. |
Settings
The settings for value are:
|
Constant |
Setting |
Description |
|
Normal |
0 |
(Default) Menu border will be drawn as per the settings of the desktop.
On All OSs prior to WinXP, menu border will be drawn in 3D. In Win XP, it will
be draw as per the current desktop settings.
|
| Flat |
1 |
Menu border will be drawn flat on all OSs except WinNT 3.x
independent of the current desktop settings.
Please note that on Win NT 3.x, only Normal style border is supported.
Note: With this menu border style, menu animation effects
(like slide and fade) will automatically be turned OFF for your application.
|
| Flat with Shadow |
2 |
Menu border will be drawn flat with shadow on all OSs except
WinNT 3.x independent of the current desktop settings.
Please note that on Win NT 3.x, only Normal style border is supported.
Note: With this menu border style, menu animation effects
(like slide and fade) will automatically be turned OFF for your application.
|
|