Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 494 Bytes

File metadata and controls

27 lines (21 loc) · 494 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