Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 536 Bytes

File metadata and controls

28 lines (21 loc) · 536 Bytes

NotifyPullDownClicked

Description

Sends an item hit notification when the pull down menu is clicked, allowing developers to dynamically populate the menu.

PROCEDURE NotifyPullDownClicked(
				nDialogID    : LONGINT;
				nComponentID : LONGINT);
def vs.NotifyPullDownClicked(nDialogID, nComponentID):
    return None

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT

Version

Availability: from VectorWorks13.0

Category

  • Dialogs - Modern