Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 773 Bytes

File metadata and controls

32 lines (25 loc) · 773 Bytes

InsertEnhanPullDownMenuItem

Description

Inserts a image Replaces InsertEnhancedPulldownMenuItem

FUNCTION InsertEnhanPullDownMenuItem(
				dialogID       : LONGINT;
				controlID      : LONGINT;
				strName        : STRING;
				imageSpecifier : DYNARRAY[] of CHAR): INTEGER;
def vs.InsertEnhanPullDownMenuItem(dialogID, controlID, strName, imageSpecifier):
    return INTEGER

Parameters

Name Type Description
dialogID LONGINT
controlID LONGINT
strName STRING
imageSpecifier DYNARRAY[] of CHAR The string identifier for the image. It should be of the form "ResourceFileNameWithoutExtension/PathOfImageFile".

Version

Availability: from Vectorworks 2012

Category

  • Dialogs - Modern