Click or drag to resize

App.SetDialogWindow Method (Typed)

X#
This method sets 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 SetDialogWindow(
	oSurface AS VOPanel
) AS VOID
Request Example View Source

Parameters

oSurface
Type: VOPanel
The surface object for the active window.

Return Value

Type: 
NIL
Remarks
This handle gets set in the Activate() method and event handler of the DialogWindow class.
See Also