The Override/Implement Members wizard helps you to:
This wizard appears when you select
. The following controls are available:Tree view | Displays and lets you select data members in the class hierarchy that are eligible to be overridden or implemented. |
Insertion position | Determines where the member code is inserted in the source file. |
Generate comments | If checked, adds a comment block before the inserted member code. |
Throw a Not Implemented exception | If selected, specifies that "METHOD NOT IMPLEMENTED" error code will be added to stubs for members implemented via interface and stubs for inherited abstract members. |
Return default values | If selected, specifies that default return values will be added to stubs for members implemented via interface and stubs for inherited abstract members. |