IRelaxISProgramInterfaceGetParentWindow Method |
Gets a parent window that can be used when displaying user-defined controls.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax IWin32Window GetParentWindow()
Function GetParentWindow As IWin32Window
Dim instance As IRelaxISProgramInterface
Dim returnValue As IWin32Window
returnValue = instance.GetParentWindow()
Return Value
IWin32WindowThe parent window.
See Also