Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 730 Bytes

File metadata and controls

33 lines (27 loc) · 730 Bytes

CreatePullDownMenuGroupBox

Description

Creates a Layout Manager pull down menu group box.

PROCEDURE CreatePullDownMenuGroupBox(
				liDialogID     : LONGINT;
				liComponentID  : LONGINT;
				iPullDownWidth : INTEGER;
				strLabel       : STRING;
				bHasFrame      : BOOLEAN);
def vs.CreatePullDownMenuGroupBox(liDialogID, liComponentID, iPullDownWidth, strLabel, bHasFrame):
    return None

Parameters

Name Type Description
liDialogID LONGINT
liComponentID LONGINT
iPullDownWidth INTEGER
strLabel STRING
bHasFrame BOOLEAN

Version

Availability: from VectorWorks12.5

Category