PopupHideTabsForm Method
- Last UpdatedNov 06, 2025
- 1 minute read
The PopupHideTabsForm() method opens the Hide Tabs dialog. This allows a user to configure, at run-time, which tabs are hidden or shown.
'Declaration
Public Shared Function PopupHideTabsForm( _
ByVal tabControl As Control, _
ByVal configID As String, _
ByVal screenName As String, _
ByVal sectionId As String _
) As Boolean
public static bool PopupHideTabsForm(
Control tabControl,
string configID,
string screenName,
string sectionId
)
Parameters
- tabControl
- Required. Holds a reference to a tab control containing the tabs 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.
Return Value
Returns true if the user presses the OK button on the dialog.