<OBJECT>.MENUITEMRESET()

Syntax

<OBJECT>.MENUITEMRESET( Menu_Item as C )

Argument

Description

Menu_Item

The text of a menu entry.

Description

The <OBJECT>.MENUITEMRESET() method applies to:

The <OBJECT>.MENUITEMRESET() method removes any checkmarks and enables a menu entry.

Supported By

Alpha Five Version 5 and Above

Limitations

Desktop applications only.

Example

The following example leaves the Highlight keywords entry in the Find menu cleared and enabled.

dim ptr as P

ptr = form.load("Customer Information")

ptr.show()

ptr.menuitemcheck("Highlight keywords", .T.)

ptr.menuitemenable("Highlight keywords", .F.)

ptr.Menuitemreset("Highlight keywords")

See Also

Window Functions and Methods, <OBJECT>.MENUITEMCHECK(), <OBJECT>.MENUITEMENABLE()