Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 615 Bytes

File metadata and controls

29 lines (23 loc) · 615 Bytes

CreateDesignLayerPullDownMenu

Description

Creates a Layout Manager design layer pull down menu control.

PROCEDURE CreateDesignLayerPullDownMenu(
				nDialogID     : LONGINT;
				nComponentID  : LONGINT;
				nWidthInChars : INTEGER);
def vs.CreateDesignLayerPullDownMenu(nDialogID, nComponentID, nWidthInChars):
    return None

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
nWidthInChars INTEGER

Version

Availability: from VectorWorks13.0

Category