Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 718 Bytes

File metadata and controls

29 lines (23 loc) · 718 Bytes

RemoveChoice

Description

Remove a menu item from a control that can display a menu.

PROCEDURE RemoveChoice(
				dialogID    : LONGINT;
				componentID : LONGINT;
				itemIndex   : INTEGER);
def vs.RemoveChoice(dialogID, componentID, itemIndex):
    return None

Parameters

Name Type Description
dialogID LONGINT The dialog identifier given by CreateLayout or CreateResizableLayout
componentID LONGINT The identifier of the control that will have its menu item removed.
itemIndex INTEGER The zero-based index of the menu item to remove.

Version

Availability: from Vectorworks 2010

Category