Difference between revisions of "Menu Combo"

From Wiki
Jump to: navigation, search
(See Also)
(Adding footer template)
Line 8: Line 8:
 
The [[menu Combo]] command creates a combobox at position x/y with specified size on the EasyUO menu window or adds entires to the combobox. Select defines what entry is currently showing, similar to [[menu_Set|menu Set]].  
 
The [[menu Combo]] command creates a combobox at position x/y with specified size on the EasyUO menu window or adds entires to the combobox. Select defines what entry is currently showing, similar to [[menu_Set|menu Set]].  
  
==== See Also ====
+
{{footer}}
{|
+
| [[menu_Check|menu Check]], [[menu_Get|menu Get]], [[menu_Set|menu Set]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |
+
[[Documentation#Menu |Menu ]]
+
|}
+

Revision as of 01:08, 23 September 2005

Menu Combo

Menu

Synopsis

menu Combo ( {"Create"} {name} {x} {y} {width} ) | ( "Add" {name} {text} | {"SELECT"} {name} {index} )

Description

The menu Combo command creates a combobox at position x/y with specified size on the EasyUO menu window or adds entires to the combobox. Select defines what entry is currently showing, similar to menu Set.

See also

Main Page Documentation