Determines if the specified item is currently enabled.
FUNCTION IsItemEnabled(
nDialogID : LONGINT;
nComponentID : LONGINT): BOOLEAN;def vs.IsItemEnabled(nDialogID, nComponentID):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| nDialogID | LONGINT | |
| nComponentID | LONGINT |
Availability: from VectorWorks12.5