GuiFactory.CreateChildAppWindow Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD CreateChildAppWindow(
oWindow AS Window,
oOwner AS Form
) AS VOChildAppForm
public virtual VOChildAppForm CreateChildAppWindow(
Window oWindow,
Form oOwner
)
Request Example
View SourceParameters
- oWindow
- Type: Window
- oOwner
- Type: Form
Return Value
Type:
VOChildAppFormSee Also