Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 638 Bytes

File metadata and controls

33 lines (26 loc) · 638 Bytes

CreatePullDownSearch

Description

Creates a pulldown menu with a search bar at the top.

The contents of the pulldown should be filtered as you type in the search bar.

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

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
nWidthInChars INTEGER

Version

Availability: from Vectorworks 2020

Category

  • Dialogs - Modern