Menu Delete

From Wiki
Revision as of 05:17, 14 August 2005 by 203.132.66.233 (Talk) (See Also)

Jump to: navigation, search

Menu Delete

Menu

Synopsis

menu Delete {name}

Description

The menu Delete command deletes a window element (i.e. text, button, edit) from the EasyUO window menu.

Example

; This will remove the menu item named button_1 from the current menu
; and from memory. Please use this command and do not just create
; new items over old ones. This is expecially important when using
; menu Text items, as they sometimes need to be updated regularly.
menu Delete button_1

See Also

menu Activate, menu Button, menu Check, menu Clear, menu Combo, menu Edit, menu Font Align, menu Font BGColor, menu Font Color, menu Font Name, menu Font Size, menu Font Style, menu Font Transparent, menu Get, menu GetNum, menu Hide, menu HideEUO, menu List, menu Set, menu Shape, menu Show, menu Text, menu Window Color, menu Window Size, menu Window Title

Main_Page Documentation

Menu