apps automation tab item

Used as the control within a tab control that selects a specific page or tab to be shown in a window.


Example

Running this code will open the page layout tab, which will be shown in the excel.

This is shown in the Excel.

plugin command("Apps Automation.dll", "apps automation parent", "Process:EXCEL|Title:Book1 - Excel (Product Activation Failed)|Class:XLMAIN", "True") {
    plugin command("Apps Automation.dll", "apps automation tab item", "/Window|Pane[1]|ToolBar::Ribbon|Pane::Ribbon|Pane[0]|Pane[0]|Pane::Ribbon|Tab::Ribbon Tabs|TabItem::Page Layout")
}

Was this helpful?

Previous Article

apps automation tab

Next Article

apps automation table