To add an operation, click the Add button or select the corresponding context menu item. Set operation name and identifier. The name will be used in the context menu and in the list of commands of the New Object button of the ribbon in the object navigator. The identifier must match with the name of the procedure that will be created in the event handler and will be used to handle the operation. By default, an identifier in the CLS<n>OP<m> format is generated for the operations, where: n - custom class number, m - custom operation number for the class. Each operation must have a unique identifier.
To change operation name or identifier, select the appropriate cell in the list and click the Rename button or select the corresponding context menu item. If the identifier has been changed, also correct procedure name in the operation handler.
To delete the operation, select it in the list and click the Delete button or select the corresponding context menu item. Only the operations created by the user can be deleted.
To move the operation, select it in the list and use the and buttons. The order of operations corresponds to the order, in which operations will be available for the custom class object in the object navigator's context menu.