Creates a text popup similar to a pulldown menu that opens a Resource Manager window.
This is basically the same as the Thumbnail popup but the control only displays the name of the selected item (it does not display its thumbnail), resembling a pulldown menu control.
PROCEDURE CreateResourcePopup(
nDialogID : LONGINT;
nComponentID : LONGINT;
nWidthInChars : INTEGER);def vs.CreateResourcePopup(nDialogID, nComponentID, nWidthInChars):
return None| Name | Type | Description |
|---|---|---|
| nDialogID | LONGINT | The index of the dialog layout containing the control. |
| nComponentID | LONGINT | The index that will identify the control item. |
| nWidthInChars | INTEGER | The width of the displayed text in standard character count. See GetDlgCtrlWidthStdCh. |
Availability: from Vectorworks 2021