SaveControlsVisibility Method
- Last UpdatedNov 06, 2025
- 1 minute read
The SaveControlsVisibility() method saves the visibility information for the controls and lables on the specified form. The control associated with the label must have the same name as the label, excluding the first three characters.
public static void SaveControlsVisibility(
string configID,
string screen,
string sectn,
Control containerControl
)
Parameters
- configID
- Required. Holds the configuration ID of the user or object for which the control visibility information is being stored.
- screen
- Required. Holds the screen from which the label values taken.
- sectn
Required. Holds the section to which the label values belong.
- containerControl
- Required. Holds the container control being saved.