DisplayingOptionsDialogEventArgs.AddTab
Description:
Add tab to option dialog with tab name and handler information.
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.
There is a limit to the number of options page permitted in the dialog.
public void AddTab(
string newTabName,
TabbedDialogExtension tabbedDialogExtension
)
-
StringnewTabNameThe new tab page name.
-
tabbedDialogExtensionThe handlers information for the new tab page.
-
Thrown when the limit of pages allowed in the Options dialog will be exceeded (99).