Gseos.WindowPrint
Previous  Top  Next

WindowPrint(strTitle)

Print a GSEOS window. The printer dialog will pop up to let you specify print parameters before starting to print the contents of the window. The window is located by the caption title on any desktop page. If the window can't be found raise the TWindowNotFoundError exception.

ParameterDescription     
strTitleThe caption bar title. Not the entire title needs to be entered, any match on the first characters will suffice.      

Returns

None

Example
Print a screen window:

>>> Gseos.WindowPrint('TL')


See Also
Gseos.GetWindowPos(), Gseos.GetWindowSize(), Gseos.WindowMove(), Gseos.WindowRestore()