Click or drag to resize

VOWinFormApp.UnRegisterWinForm Method

X#
UnRegister a windows forms form. This method is automatically called from the ChildWinForm:Close() method.

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

Parameters

form
Type: Form
See Also