Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 728 Bytes

File metadata and controls

31 lines (25 loc) · 728 Bytes

CreateEnhancedPullDownMenu

Description

Creates a Layout Manager enhanced pull down menu control.

PROCEDURE CreateEnhancedPullDownMenu(
				dialogID              : LONGINT;
				componentID           : LONGINT;
				iWidthInCharacters    : INTEGER;
				bShowIconInMainWindow : BOOLEAN);
def vs.CreateEnhancedPullDownMenu(dialogID, componentID, iWidthInCharacters, bShowIconInMainWindow):
    return None

Parameters

Name Type Description
dialogID LONGINT
componentID LONGINT
iWidthInCharacters INTEGER
bShowIconInMainWindow BOOLEAN

Version

Availability: from VectorWorks12.5

Category