SaveControlsVisibilityAsDefaults Method
- Last UpdatedNov 06, 2025
- 1 minute read
The SaveControlsVisibilityAsDefaults() method saves the visibility information for the controls on the specified form as default. The control associated with the label must have the same name as the label, excluding the first three characters.
public static void SaveControlsVisibilityAsDefaults(
string screen,
string sectn,
Control containerControl
)
Parameters
- screen
- Required. Holds the screen from which the label values were taken.
- sectn
Required. Holds the section to which the label values belong.
- containerControl
- Required. Holds the container control being saved.