
Multi-line text boxes display an editable text box spanning several lines, along with an optional label. They are associated to an underlying String parameter. You create them using the PPGLayout.AddString method:
oLayout.AddString( "FileContents", "File Contents", true );
![]()
|
You can also use the PPGLayout.AddItem method with the siControlEdit control type enum, but the PPGLayout.AddString method is a little more convenient (largely because you don’t need a separate call to set attributes like siUICX and siUICY). |
The following item attributes are available:
|
Available on all Controls also as a |
Common to many Controls: |
|
• siUIType |
• siUICX • siUICY |
Autodesk Softimage v7.5