Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 459 Bytes

File metadata and controls

28 lines (21 loc) · 459 Bytes

vsoContextM_Enable

Description

Enable an item in the context menu of the object during kObjOnContextMenuInit event.

PROCEDURE vsoContextM_Enable(
				itemID : INTEGER;
				enable : BOOLEAN);
def vs.vsoContextM_Enable(itemID, enable):
    return None

Parameters

Name Type Description
itemID INTEGER
enable BOOLEAN

Version

Availability: from Vectorworks 2014

Category

  • Object Events