SetScriptsAtSameHeight
Specify if certain nested scripts should be drawn at the same height ("true"), or if the outer ones should be placed higher ("false"). The default is "false".
C++
HRESULT SetScriptsAtSameHeight([in, defaultvalue(0)] BSTR scriptsAtSameHeight );
Visual Basic
Public Function SetScriptsAtSameHeight (
scriptsAtSameHeight As String
) As Long
Parameters
scriptsAtSameHeight
|
[in] "true" if nested scripts should be drawn at the same height; "false" if outer scripts should be placed higher
|
Return value
None
|