ParentWindowHandle32
Gets the handle of the parent window.
Compatibility
Available as of IDEA version 9.1.1
Syntax
ParentWindowHandle32()
Example
Option Explicit
Sub Main()
Dim parent As String
parent = SmartContext.ParentWindowHandle32
MsgBox parent
End Sub