Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add details on how to find the inherited form template #8036

Merged
merged 1 commit into from
Oct 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixes #5449
Add details on how to find the `inherited form` template.
  • Loading branch information
Jérémie Bertrand committed Oct 3, 2018
commit 9f4454340796b30820b94b94478616bbf5552b09
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The easiest way to inherit a form or other object is to use the **Inheritance Pi

The **Add New Item** dialog box opens.

2. Select the **Inherited Form** template, and name it in the **Name** box. Click the **Add** button to proceed.
2. Search the **Inherited Form** template either from the searchbox or by clicking on the **Windows Forms** category, select it, and name it in the **Name** box. Click the **Add** button to proceed.

The **Inheritance Picker** dialog box opens. If the current project already contains forms, they are displayed in the **Inheritance Picker** dialog box.

Expand Down