Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 623 Bytes

File metadata and controls

29 lines (23 loc) · 623 Bytes

SetImageControlPath

Description

Sets the image control path for the specified layout manager image control. Use with CreateImageControl.

FUNCTION SetImageControlPath(
				nDialogID    : LONGINT;
				nComponentID : LONGINT;
				strPath      : STRING): BOOLEAN;
def vs.SetImageControlPath(nDialogID, nComponentID, strPath):
    return BOOLEAN

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
strPath STRING

Version

Availability: from VectorWorks13.0

Category