2025 Method
Changes 0
M

DisplayingOptionsDialogEventArgs.AddTab

Description:
Add tab to option dialog with tab name and handler information.
Remarks:
There is a limit to the number of options page permitted in the dialog.
public void AddTab(
	string newTabName,
	TabbedDialogExtension tabbedDialogExtension
)