Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
WinOfficeNavBar Recordable Actions
The actions below can either be written into a script or recorded while manually performing the action on a WinOfficeNavBar
.
ClickItem
Click on the identified item
Parameter |
Type |
Description |
|
|
string key, string Text or integer index that represents the Item to be selected
|
Right clicks on the identified item.
Parameter |
Type |
Description |
|
|
string key, string Text or integer index that represents the Item to be selected
|
Displays the overflow menu.
Parameter |
Type |
Description |
|
|
string key, string Text or integer index that represents the Item to be selected
|
DisplayPeek
Displays the Peek window for the identified item.
Parameter |
Type |
Description |
|
|
string key, string Text or integer index that represents the Item to be selected
|
HidePeek
Hide any open Peek window.
MoveItem
Moves the identified item to the specified visible index.
Parameter |
Type |
Description |
|
|
string key, string Text or integer index that represents the Item to be selected
|
|
|
the new visible index for the item to be moved to
|