Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 822 Bytes

File metadata and controls

33 lines (25 loc) · 822 Bytes

CreateBorderlessMenu

Description

Creates a borderless menu button control in a dialog layout.

PROCEDURE CreateBorderlessMenu(
				dialogID    : LONGINT;
				itemID      : LONGINT;
				label       : DYNARRAY[] of CHAR;
				iconResPath : DYNARRAY[] of CHAR);
def vs.CreateBorderlessMenu(dialogID, itemID, label, iconResPath):
    return None

Parameters

Name Type Description
dialogID LONGINT The ID of the dialog
itemID LONGINT The ID of the control
label DYNARRAY[] of CHAR Label of the button. If the label is empty, this button will be a small untitled borderless menu button.
iconResPath DYNARRAY[] of CHAR The resource path of the icon

Version

Availability: from Vectorworks 2024

Category

  • [Dialogs - Modern](../Categories/Dialogs - Modern.md)