Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 589 Bytes

File metadata and controls

29 lines (23 loc) · 589 Bytes

SetImageControlHandle

Description

Sets the image definition node handle for the specified Layout Manager image control.

PROCEDURE SetImageControlHandle(
				dialogID    : LONGINT;
				componentID : LONGINT;
				hImage      : HANDLE);
def vs.SetImageControlHandle(dialogID, componentID, hImage):
    return None

Parameters

Name Type Description
dialogID LONGINT
componentID LONGINT
hImage HANDLE

Version

Availability: from VectorWorks12.0

Category