Xbasic
A5_XP_STYLE_MENU Function
Syntax
C a5_xp_style_menu([C fill_color [,C box_color ]])
Arguments
- fill_color
Optional. Default = System defined. The fill color of the selection box.
- box_color
Optional. Default = System defined. The border color of the selection box.
Description
The A5_XP_STYLE_MENU() function causes Alpha Anywhere to display menus in the style of Windows XP.
Example
a5_xp_style_menu("yellow","green")
Limitations
Desktop applications only.
See Also