Emulates the selection of a pane in a Tab, Ribbon or Sidebar control.
// Select the 5th tab of the TAB_Tab control
EmulatePane(TAB_Tab, 5)
Syntax
EmulatePane(<Control> , <Pane number>)
<Control>: Character string
Name of the control to be used. This control must be a Tab, Ribbon or Sidebar control.
<Pane number>: Integer
Subscript of the pane to select.
Remarks
This function must be used in the code of automated tests only.
Component: wd280testexe.dll