Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 678 Bytes

File metadata and controls

32 lines (26 loc) · 678 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