Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 497 Bytes

File metadata and controls

27 lines (21 loc) · 497 Bytes

IsItemVisible

Description

Determines if the specified item is currently visible.

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

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT

Version

Availability: from VectorWorks12.5

Category