Removes the specified range of items from the specified Layout Manager enhanced pull down menu control.
PROCEDURE RemoveEnhancedPullDownMenuItemRange(
dialogID : LONGINT;
componentID : LONGINT;
iStartItemIndexToRemove : INTEGER;
iEndItemIndexToRemove : INTEGER);def vs.RemoveEnhancedPullDownMenuItemRange(dialogID, componentID, iStartItemIndexToRemove, iEndItemIndexToRemove):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | |
| componentID | LONGINT | |
| iStartItemIndexToRemove | INTEGER | |
| iEndItemIndexToRemove | INTEGER |
Availability: from VectorWorks12.5