Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 956 Bytes

File metadata and controls

31 lines (25 loc) · 956 Bytes

CreateImagePushButton

Description

Creates an image push button. Replaces CreateIconPushButton

PROCEDURE CreateImagePushButton(
				dialogID          : LONGINT;
				controlID         : LONGINT;
				widthInCharacters : INTEGER;
				imageSpecifier    : DYNARRAY[] of CHAR);
def vs.CreateImagePushButton(dialogID, controlID, widthInCharacters, imageSpecifier):
    return None

Parameters

Name Type Description
dialogID LONGINT The dialog identifier given by the command to create the dialog.
controlID LONGINT The identifier that should be assigned to the control.
widthInCharacters INTEGER The width of the control.
imageSpecifier DYNARRAY[] of CHAR The string identifier for the image. It should be of the form "ResourceFileNameWithoutExtension/PathOfImageFile".

Version

Availability: from Vectorworks 2012

Category