Click or drag to resize

App.GetDialogWindow Method

X#
This method gets the handle active Dialog window for which Dialog keys must be handled

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetDialogWindow() AS PTR
Request Example View Source

Return Value

Type: Void*
The handle to the active Dialog window.Please note that the surface of a DataWindow is also a DialogWindow.
Remarks
This handle gets set in the Activate() method and event handler of the DialogWindow class.
See Also