Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 791 Bytes

File metadata and controls

33 lines (25 loc) · 791 Bytes

CreateDataVisPDMenu

Description

Creates a Layout Manager data visualization pull down menu control.

PROCEDURE CreateDataVisPDMenu(
				dialogID               : LONGINT;
				componentID            : LONGINT;
				widthInStdChar         : INTEGER;
				showDefaultStaticItems : BOOLEAN);
def vs.CreateDataVisPDMenu(dialogID, componentID, widthInStdChar, showDefaultStaticItems):
    return BOOLEAN

Parameters

Name Type Description
dialogID LONGINT
componentID LONGINT
widthInStdChar INTEGER The width of the displayed text in standard character count. See GetDlgCtrlWidthStdCh.
showDefaultStaticItems BOOLEAN

Version

Availability: from Vectorworks 2024

Category

  • [Dialogs - Modern](../Categories/Dialogs - Modern.md)