Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 819 Bytes

File metadata and controls

31 lines (25 loc) · 819 Bytes

RemoveEnhancedPullDownMenuItemRange

Description

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

Parameters

Name Type Description
dialogID LONGINT
componentID LONGINT
iStartItemIndexToRemove INTEGER
iEndItemIndexToRemove INTEGER

Version

Availability: from VectorWorks12.5

Category