Returns the number of items in the image popup.
FUNCTION GetNumImagePopupItems(
dialogID : LONGINT;
componentID : LONGINT): INTEGER;def vs.GetNumImagePopupItems(dialogID, componentID):
return INTEGER| 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. |
numImagePopupItems := GetNumImagePopupItems(dialogID, componentID);numImagePopupItems = vs.GetNumImagePopupItems(dialogID, componentID)VS Functions: InsertImagePopupObjectItem | GetImagePopupObject | GetImagePopupObjectItemIndex | SetImagePopupSelectedItem | GetImagePopupSelectedItem | RemoveImagePopupItem | RemoveAllImagePopupItems
Availability: from VectorWorks10.0