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