IMenuItems.Add

Syntax

Add(Value: IMenuItem);

Parameters

Value is a parameter that determines the menu item that should be added to the component.

Description

Method Add adds to the end of the list the menu item that is passed by the parameter Value.

See also:

IMenuItems