SaveTabsVisibility Method
- Last UpdatedNov 06, 2025
- 1 minute read
The SaveTabsVisibility() method saves the visibility information for the tabs in the specified tab control.
public static void SaveTabsVisibility(
string configID,
string screen,
string sectn,
Control tabControl
)
Parameters
- configID
Required. Holds the configuration ID of the user or object for which the tab visibility information is being stored.
- screen
- Required. Holds the screen from which the tab values were taken.
- sectn
Required. Holds the section to which the tab values belong.
- tabControl
- Required. Holds the tab control being saved.