Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 576 Bytes

File metadata and controls

27 lines (21 loc) · 576 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