Menu.PostInit Method (Typed) | |
Implement customized initialization code for the window.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax Remarks
This method is used to customize the initialization code for a dataserver.
The customized initialization code will not be overridden by the generated default initialization code.
A call to PostInit() is automatically generated at the end of the Init() method.
See Also