Sets the selected image popup item. The itemIndex parameter is 1-based.
PROCEDURE SetImagePopupSelectedItem(
dialogID : LONGINT;
componentID : LONGINT;
itemIndex : INTEGER);def vs.SetImagePopupSelectedItem(dialogID, componentID, itemIndex):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | Index to the dialog layout that contains the image popup component. |
| componentID | LONGINT | Index to a specific image popup component. |
| itemIndex | INTEGER | Index to item to select. |
SetImagePopupSelectedItem(dialogID, componentID, 4);VS Functions: InsertImagePopupObjectItem | GetNumImagePopupItems | GetImagePopupObject | GetImagePopupObjectItemIndex | GetImagePopupSelectedItem | RemoveImagePopupItem | RemoveAllImagePopupItems
Availability: from VectorWorks10.0