Similar to CreateStaticText, but creates static text that is centered in its control field on the dialog.
PROCEDURE CreateCenteredStaticText(
dialogID : LONGINT;
controlID : LONGINT;
text : STRING;
widthInCharacters : INTEGER);def vs.CreateCenteredStaticText(dialogID, controlID, text, widthInCharacters):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | |
| controlID | LONGINT | |
| text | STRING | |
| widthInCharacters | INTEGER |
Availability: from VectorWorks12.0.1