xArgs.menuItemName Method

Gets or sets the name of the menu item to use to start the application object.

Syntax

public str menuItemName([str value])

Run On

Called

Parameters

  • value
    Type: str
    The value to set; optional.

Return Value

Type: str
The name of the menu item to use to start the application object.

Remarks

  • For example, to set the menu item you could use the following:

  • xArgs.menuItemName(menuitemdisplaystr(CostingVersionPeriodic));

See Also

Reference

xArgs Class