WireLess Studio Widgets Developer's Guide
WSWDG ContentsWidgets description

WS_MENU

Displays a clickable button, combo or list menu.

Display: A list of options that may have an icon associated (only for button menus).
Input: Clickable.

Common methods supported:
Enable
EnableSubmitMode
EnableTabStop
GetHeight
GetText
GetWidth
GetXCoord
GetYCoord
SetBackGroundColor
SetFont
SetPosition
SetSize
SetText
SetTextColor
Show

Specific methods:
AddOption
ChangeMenuType
ClearOptions
EnableFlatStyle
GetItemCount
GetOption
GetSelectedItem
SetSelectedItem

Remarks

The border of a WS_MENU widget can't be displayed on the Win32 Client if it's menu type is WS_COMBO_BOX_MENU_TYPE.

Visual Basic 6, Full Example: MenuDemoModule.bas.txt