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