Difference between revisions of "Menu Get"

From Wiki
Jump to: navigation, search
(See Also)
Line 1: Line 1:
 
 
__NOTOC__
 
__NOTOC__
 
== Menu Get ==
 
== Menu Get ==
Line 8: Line 7:
 
=== Description ===
 
=== Description ===
 
The [[menu Get]] command returns value associated with a control in the EasyUO menu window in the [[var_menuRes|#menuRes]] system variable. If the window is closed "Closed" is returned.
 
The [[menu Get]] command returns value associated with a control in the EasyUO menu window in the [[var_menuRes|#menuRes]] system variable. If the window is closed "Closed" is returned.
 +
 +
Usage with a combo box returns the index of the item selected within the combo box, starting with 0, for nothing selected.
  
 
==== Example ====
 
==== Example ====

Revision as of 14:33, 22 September 2005

Menu Get

Menu

Synopsis

menu Get {name}

Description

The menu Get command returns value associated with a control in the EasyUO menu window in the #menuRes system variable. If the window is closed "Closed" is returned.

Usage with a combo box returns the index of the item selected within the combo box, starting with 0, for nothing selected.

Example

; This will save the text in the edit field named edit_1 into the
; variable #menuRes. This will only work for edit field items.
; #menuRes will return as a string.
menu Get edit_1

See Also

menu Activate, menu Button, menu Check, menu Clear, menu Combo, menu Delete, menu Edit, menu Font Align, menu Font BGColor, menu Font Color, menu Font Name, menu Font Size, menu Font Style, menu Font Transparent, menu GetNum, menu Hide, menu HideEUO, menu Image Create, menu Image Ellipse, menu Image File, menu Image FloodFill, menu Image Line, menu Image Pix, menu Image PixLine, menu Image Pos, menu Image Rectangle, menu List, menu Set, menu Shape, menu Show, menu Text, menu Window Color, menu Window Size, menu Window Title, #menuRes

Main_Page Documentation

Menu