2027 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
)
  • String
    newTabName
    The new tab page name.
  • tabbedDialogExtension
    The handlers information for the new tab page.