DisplayingOptionsDialogEventArgs.AddTab
Method
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.
Parameters
Parameter | Type | Description |
---|---|---|
newTabName | String | The new tab page name. |
tabbedDialogExtension | TabbedDialogExtension | The handlers information for the new tab page. |
Return Value
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the limit of pages allowed in the Options dialog will be exceeded (99). |