show / hide menu

PrintControl

This function is used to print content of a Control. In case of Tab control, hidden tabs will not be printed by default.


Syntax:
PrintControl(Control name,Optional Arguments)
where
Control name : Name of the control
Value(Optional Argument): In case of tab control, you can specify the indexes of the tabs need to be printed separated by comma(including hidden tabs) eg; PrintControl(TabControl,1,2,4)


Example:
PrintControl(ListBox1)