NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Programatically selecting a page/item in the list bar

I am programming my UI in VisualStudio 2005 (VB) using the TestStand API.  I am launching the full featured UI as a secondary windows to my UI for use as a diagnostic tool.  The full featured UI is working as I expect however I would like to be able to programatically select the execution view in the listbar for the user, instead of the user manually selecting it.  I have found a lot of information about capturing events based on the users manipulation of the listbar but very little about controlling the listbar via the API.

 

Any thoughts?

 

Thanks

0 Kudos
Message 1 of 2
(3,017 Views)

MAC,

 

I think you want the ListBar.CurrentPage property.  This will let you set the active page.

Josh W.
Certified TestStand Architect
Formerly blue
0 Kudos
Message 2 of 2
(2,993 Views)