Update XML doc ambiguity

pull/211/head
dahall 2020-12-17 16:32:07 -07:00
parent f1b7e7c363
commit 22222887d1
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ namespace Vanara.Windows.Shell
/// be shown.
/// </para>
/// <para>
/// To display a shell context menu in a Form's main menu, call the <see cref="Populate"/> method to populate the menu. In addition, you
/// To display a shell context menu in a Form's main menu, call the <see cref="Populate(Menu, CMF)"/> method to populate the menu. In addition, you
/// must intercept a number of special messages that will be sent to the menu's parent form. To do this, you must override <see
/// cref="Form.WndProc"/> like so:
/// </para>
@ -126,7 +126,7 @@ namespace Vanara.Windows.Shell
/// <summary>Handles context menu messages when the <see cref="ShellContextMenu"/> is displayed on a Form's main menu bar.</summary>
/// <remarks>
/// <para>
/// To display a shell context menu in a Form's main menu, call the <see cref="Populate"/> method to populate the menu with the
/// To display a shell context menu in a Form's main menu, call the <see cref="Populate(Menu, CMF)"/> method to populate the menu with the
/// shell item's menu items. In addition, you must intercept a number of special messages that will be sent to the menu's parent
/// form. To do this, you must override <see cref="Form.WndProc"/> like so:
/// </para>