Click or drag to resize

App.GetDialogWindow Method (Typed)

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

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

Return Value

Type: VOPanel
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