Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 457 Bytes

File metadata and controls

28 lines (21 loc) · 457 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

  • Dialogs - Modern