GetScriptsAtSameHeight
Return if certain nested scripts will be drawn at the same height ("true"), or if the outer ones will be placed higher ("false").
C++
HRESULT GetScriptsAtSameHeight([out, retval] BSTR *scriptsAtSameHeight );
Visual Basic
Public Function GetScriptsAtSameHeight () As Long
Parameters
None
Return value
scriptsAtSameHeight As String
|