Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 686 Bytes

File metadata and controls

29 lines (23 loc) · 686 Bytes

CreateLayerPDMenu

Description

Creates a Layout Manager layer pull down menu control.

PROCEDURE CreateLayerPDMenu(
				nDialogID           : LONGINT;
				nComponentID        : LONGINT;
				widthInStandardChar : INTEGER);
def vs.CreateLayerPDMenu(nDialogID, nComponentID, widthInStandardChar):
    return None

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
widthInStandardChar INTEGER The width of the displayed text in standard character count. See GetDlgCtrlWidthStdCh.

Version

Availability: from Vectorworks 2020

Category