VS:NotifyPullDownClicked: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:35, 12 August 2013

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

nDialogID LONGINT
nComponentID LONGINT

Version

Availability: from VectorWorks13.0