App.SetDialogWindow Method (Typed) | |
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
public virtual void SetDialogWindow(
VOPanel oSurface
)
Request Example
View SourceParameters
- 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