Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 706 Bytes

File metadata and controls

31 lines (25 loc) · 706 Bytes

CreateRightStaticText

Description

Similar to CreateStaticText, but creates static text that is right-justified in its control field on the dialog.

PROCEDURE CreateRightStaticText(
				dialogID          : LONGINT;
				itemID            : LONGINT;
				text              : STRING;
				widthInCharacters : INTEGER);
def vs.CreateRightStaticText(dialogID, itemID, text, widthInCharacters):
    return None

Parameters

Name Type Description
dialogID LONGINT
itemID LONGINT
text STRING
widthInCharacters INTEGER

Version

Availability: from VectorWorks12.0.1

Category