Create a text box allowing collor and collapsing of text.
PROCEDURE CreateEditColorText(
dialogID : LONGINT;
itemID : LONGINT;
widthInStdChar : LONGINT;
heightInLines : LONGINT);def vs.CreateEditColorText(dialogID, itemID, widthInStdChar, heightInLines):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | The index of the dialog layout containing the control. |
| itemID | LONGINT | The index that will identify the control item. |
| widthInStdChar | LONGINT | The width of the displayed text in standard character count. See GetDlgCtrlWidthStdCh. |
| heightInLines | LONGINT | Height of the control in lines. |
Availability: from Vectorworks 2022