Click or drag to resize

VOWinFormApp.RegisterWinForm Method

X#
Register a windows forms form. This method is automatically called from the ChildWinForm:WinForm property

Namespace:  XSharp
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RegisterWinForm(
	form AS Form
) AS VOID
Request Example View Source

Parameters

form
Type: Form
See Also