Syntax
Public Sub Show()
Description
This method is used toshow form.
Sample
Public Sub main() Dim frm As new VTLGeneral.VTLForm("frm1") Dim lbl As new VTLGeneral.VTLControls.CChartObjectLabel("lb1") frm.AddVTLControl(lbl) frm.show()End Sub
See Also