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| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | |
| itemID | LONGINT | |
| text | STRING | |
| widthInCharacters | INTEGER |
Availability: from VectorWorks12.0.1