Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 497 Bytes

File metadata and controls

27 lines (21 loc) · 497 Bytes

IsItemEnabled

Description

Determines if the specified item is currently enabled.

FUNCTION IsItemEnabled(
				nDialogID    : LONGINT;
				nComponentID : LONGINT): BOOLEAN;
def vs.IsItemEnabled(nDialogID, nComponentID):
    return BOOLEAN

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT

Version

Availability: from VectorWorks12.5

Category