Overview
This example uses the visible property of each page in tab control to determine if it is visible or not.
Description
You can use the Pages property of the tab control to get access to an array of page references within the tab control and then use the visible property of each page to determine if it is visible or not.
Requirements
- LabVIEW 2012 (or compatible)
Steps to Implement or Execute Code
- Set the value of Tab Page to Hide.
- Run the VI.
- Change Page Visible to conrol the tab page to be visible or not.
Additional Information or References
VI Snippet
**This document has been updated to meet the current required format for the NI Code Exchange.**