PopupHideControlsForm(Control,String,String,String,Boolean) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The PopupHideControlsForm() method opens the Hide Controls dialog. This allows a user to configure, at run-time, which controls are hidden or shown.
This overload does not save changes to the Ui_Config table.
'Declaration
Public Overloads Shared Function PopupHideControlsForm( _
ByVal controlContainer As Control, _
ByVal configID As String, _
ByVal screenName As String, _
ByVal sectionId As String, _
ByVal fromProduction As Boolean _
) As Boolean
public static bool PopupHideControlsForm(
Control controlContainer,
string configID,
string screenName,
string sectionId,
bool fromProduction
)
Parameters
- controlContainer
- Required. Holds a reference to a control containing the controls to be hidden or shown.
- configID
- Required. Holds the configuration ID of the screen parameter.
- screenName
- Required. Holds the name of the control that is using this dialog.
- sectionId
- Required. Holds the name of the control's section that is using this dialog.
- fromProduction
- Required. Holds a flag that, if set to true, indicates that the Hide Control dialog is used for production.
Return Value
Returns true if the user presses the OK button on the dialog.