From 9e86b11a202d77fdc69a593f5baf6ae0c857a615 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Thu, 9 Jan 2020 19:07:27 -0800 Subject: [PATCH 1/2] fix some broken links --- xml/Microsoft.VisualBasic.Compatibility.VB6/ADODCArray.xml | 2 +- xml/Microsoft.VisualBasic.Compatibility.VB6/CheckBoxArray.xml | 2 +- .../CheckedListBoxArray.xml | 2 +- .../DriveListBoxArray.xml | 2 +- xml/Microsoft.VisualBasic.Compatibility.VB6/LabelArray.xml | 2 +- xml/Microsoft.VisualBasic.Compatibility.VB6/ListBoxArray.xml | 2 +- xml/Microsoft.VisualBasic.Compatibility.VB6/ListViewArray.xml | 2 +- .../MaskedTextBoxArray.xml | 2 +- xml/Microsoft.VisualBasic.Compatibility.VB6/MenuItemArray.xml | 2 +- xml/Microsoft.VisualBasic.Compatibility.VB6/PanelArray.xml | 2 +- .../PictureBoxArray.xml | 2 +- .../ProgressBarArray.xml | 2 +- .../RadioButtonArray.xml | 2 +- xml/Microsoft.VisualBasic.CompilerServices/ObjectType.xml | 2 +- xml/Microsoft.VisualBasic.CompilerServices/Operators.xml | 2 +- xml/Microsoft.VisualBasic.Devices/Ports.xml | 4 ++-- xml/System.Diagnostics/Activity.xml | 2 +- xml/System.Drawing.Printing/PrinterResolution.xml | 2 +- xml/System.Printing.Interop/PrintTicketConverter.xml | 4 ++-- 19 files changed, 21 insertions(+), 21 deletions(-) diff --git a/xml/Microsoft.VisualBasic.Compatibility.VB6/ADODCArray.xml b/xml/Microsoft.VisualBasic.Compatibility.VB6/ADODCArray.xml index 4d94025bb8c..1bc98223b9b 100644 --- a/xml/Microsoft.VisualBasic.Compatibility.VB6/ADODCArray.xml +++ b/xml/Microsoft.VisualBasic.Compatibility.VB6/ADODCArray.xml @@ -371,7 +371,7 @@ ## Remarks The `Click` event passes an to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the event. However, the event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key. - A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. + A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a control, the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md). diff --git a/xml/Microsoft.VisualBasic.Compatibility.VB6/CheckBoxArray.xml b/xml/Microsoft.VisualBasic.Compatibility.VB6/CheckBoxArray.xml index babf4c1a51a..ac613fb60c0 100644 --- a/xml/Microsoft.VisualBasic.Compatibility.VB6/CheckBoxArray.xml +++ b/xml/Microsoft.VisualBasic.Compatibility.VB6/CheckBoxArray.xml @@ -541,7 +541,7 @@ ## Remarks The `Click` event passes an to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the event. However, the event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key. - A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. + A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a control, the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md). diff --git a/xml/Microsoft.VisualBasic.Compatibility.VB6/CheckedListBoxArray.xml b/xml/Microsoft.VisualBasic.Compatibility.VB6/CheckedListBoxArray.xml index 8916340a0dc..8dc0febb29c 100644 --- a/xml/Microsoft.VisualBasic.Compatibility.VB6/CheckedListBoxArray.xml +++ b/xml/Microsoft.VisualBasic.Compatibility.VB6/CheckedListBoxArray.xml @@ -332,7 +332,7 @@ ## Remarks The `Click` event passes an to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the event. However, the event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key. - A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. + A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a control, the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md). diff --git a/xml/Microsoft.VisualBasic.Compatibility.VB6/DriveListBoxArray.xml b/xml/Microsoft.VisualBasic.Compatibility.VB6/DriveListBoxArray.xml index 01de4ad55f5..bcfa80587e6 100644 --- a/xml/Microsoft.VisualBasic.Compatibility.VB6/DriveListBoxArray.xml +++ b/xml/Microsoft.VisualBasic.Compatibility.VB6/DriveListBoxArray.xml @@ -333,7 +333,7 @@ ## Remarks The `Click` event passes an to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the event. However, the event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key. - A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. + A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a control, the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md). diff --git a/xml/Microsoft.VisualBasic.Compatibility.VB6/LabelArray.xml b/xml/Microsoft.VisualBasic.Compatibility.VB6/LabelArray.xml index aa5dbe4d139..45e438a92b5 100644 --- a/xml/Microsoft.VisualBasic.Compatibility.VB6/LabelArray.xml +++ b/xml/Microsoft.VisualBasic.Compatibility.VB6/LabelArray.xml @@ -368,7 +368,7 @@ ## Remarks The `Click` event passes an to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the event. However, the event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key. - A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. + A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a control, the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md). diff --git a/xml/Microsoft.VisualBasic.Compatibility.VB6/ListBoxArray.xml b/xml/Microsoft.VisualBasic.Compatibility.VB6/ListBoxArray.xml index dbe32a7c5cd..62c9a3a1b7c 100644 --- a/xml/Microsoft.VisualBasic.Compatibility.VB6/ListBoxArray.xml +++ b/xml/Microsoft.VisualBasic.Compatibility.VB6/ListBoxArray.xml @@ -332,7 +332,7 @@ ## Remarks The `Click` event passes an to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the event. However, the event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key. - A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. + A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a control, the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md). diff --git a/xml/Microsoft.VisualBasic.Compatibility.VB6/ListViewArray.xml b/xml/Microsoft.VisualBasic.Compatibility.VB6/ListViewArray.xml index ad715e0570f..3b4b5d86e4e 100644 --- a/xml/Microsoft.VisualBasic.Compatibility.VB6/ListViewArray.xml +++ b/xml/Microsoft.VisualBasic.Compatibility.VB6/ListViewArray.xml @@ -462,7 +462,7 @@ ## Remarks The `Click` event passes a to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the event. However, the event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key. - A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. + A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a control, the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md). diff --git a/xml/Microsoft.VisualBasic.Compatibility.VB6/MaskedTextBoxArray.xml b/xml/Microsoft.VisualBasic.Compatibility.VB6/MaskedTextBoxArray.xml index 1c2a1e2d63d..f7d9be1fbe9 100644 --- a/xml/Microsoft.VisualBasic.Compatibility.VB6/MaskedTextBoxArray.xml +++ b/xml/Microsoft.VisualBasic.Compatibility.VB6/MaskedTextBoxArray.xml @@ -358,7 +358,7 @@ ## Remarks The `Click` event passes an to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the event. However, the event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key. - A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. + A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a control, the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md). diff --git a/xml/Microsoft.VisualBasic.Compatibility.VB6/MenuItemArray.xml b/xml/Microsoft.VisualBasic.Compatibility.VB6/MenuItemArray.xml index cc1007dd3b3..9182b35ed1d 100644 --- a/xml/Microsoft.VisualBasic.Compatibility.VB6/MenuItemArray.xml +++ b/xml/Microsoft.VisualBasic.Compatibility.VB6/MenuItemArray.xml @@ -195,7 +195,7 @@ ## Remarks The `Click` event passes an to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the event. However, the event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key. - A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. + A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a control, the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md). diff --git a/xml/Microsoft.VisualBasic.Compatibility.VB6/PanelArray.xml b/xml/Microsoft.VisualBasic.Compatibility.VB6/PanelArray.xml index c1cfa595d71..ef575fae1ff 100644 --- a/xml/Microsoft.VisualBasic.Compatibility.VB6/PanelArray.xml +++ b/xml/Microsoft.VisualBasic.Compatibility.VB6/PanelArray.xml @@ -436,7 +436,7 @@ ## Remarks The `Click` event passes an to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the event. However, the event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key. - A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. + A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a control, the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md). diff --git a/xml/Microsoft.VisualBasic.Compatibility.VB6/PictureBoxArray.xml b/xml/Microsoft.VisualBasic.Compatibility.VB6/PictureBoxArray.xml index c19232ccab4..f1b0a7df732 100644 --- a/xml/Microsoft.VisualBasic.Compatibility.VB6/PictureBoxArray.xml +++ b/xml/Microsoft.VisualBasic.Compatibility.VB6/PictureBoxArray.xml @@ -367,7 +367,7 @@ ## Remarks The `Click` event passes an to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the event. However, the event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key. - A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. + A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a control, the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md). diff --git a/xml/Microsoft.VisualBasic.Compatibility.VB6/ProgressBarArray.xml b/xml/Microsoft.VisualBasic.Compatibility.VB6/ProgressBarArray.xml index 1487df6e161..762c09e5494 100644 --- a/xml/Microsoft.VisualBasic.Compatibility.VB6/ProgressBarArray.xml +++ b/xml/Microsoft.VisualBasic.Compatibility.VB6/ProgressBarArray.xml @@ -290,7 +290,7 @@ ## Remarks The `Click` event passes an to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the event. However, the event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key. - A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. + A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a control, the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md). diff --git a/xml/Microsoft.VisualBasic.Compatibility.VB6/RadioButtonArray.xml b/xml/Microsoft.VisualBasic.Compatibility.VB6/RadioButtonArray.xml index 0b9547c954d..7d347c1f800 100644 --- a/xml/Microsoft.VisualBasic.Compatibility.VB6/RadioButtonArray.xml +++ b/xml/Microsoft.VisualBasic.Compatibility.VB6/RadioButtonArray.xml @@ -506,7 +506,7 @@ ## Remarks The `Click` event passes an to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the event. However, the event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key. - A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. + A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and events of a control, the `Click` and events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the event, the `Click` event might be raised two times. For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md). diff --git a/xml/Microsoft.VisualBasic.CompilerServices/ObjectType.xml b/xml/Microsoft.VisualBasic.CompilerServices/ObjectType.xml index 978bea1ba15..dac5b120d36 100644 --- a/xml/Microsoft.VisualBasic.CompilerServices/ObjectType.xml +++ b/xml/Microsoft.VisualBasic.CompilerServices/ObjectType.xml @@ -767,7 +767,7 @@ ]]> - ^ Operator (Visual Basic) + ^ Operator (Visual Basic) diff --git a/xml/Microsoft.VisualBasic.CompilerServices/Operators.xml b/xml/Microsoft.VisualBasic.CompilerServices/Operators.xml index 70b9d179f29..23dd9b1b283 100644 --- a/xml/Microsoft.VisualBasic.CompilerServices/Operators.xml +++ b/xml/Microsoft.VisualBasic.CompilerServices/Operators.xml @@ -964,7 +964,7 @@ ]]> - ^ Operator (Visual Basic) + ^ Operator (Visual Basic) diff --git a/xml/Microsoft.VisualBasic.Devices/Ports.xml b/xml/Microsoft.VisualBasic.Devices/Ports.xml index 19e76b8f725..139f6c87e78 100644 --- a/xml/Microsoft.VisualBasic.Devices/Ports.xml +++ b/xml/Microsoft.VisualBasic.Devices/Ports.xml @@ -66,7 +66,7 @@ How to: Dial Modems Attached to Serial Ports in Visual Basic How to: Send Strings to Serial Ports in Visual Basic How to: Receive Strings From Serial Ports in Visual Basic - How to: Show Available Serial Ports in Visual Basic + How to: Show Available Serial Ports in Visual Basic @@ -633,7 +633,7 @@ Objects (Visual Basic) - How to: Show Available Serial Ports in Visual Basic + How to: Show Available Serial Ports in Visual Basic Try...Catch...Finally Statement (Visual Basic) Using Statement (Visual Basic) diff --git a/xml/System.Diagnostics/Activity.xml b/xml/System.Diagnostics/Activity.xml index 419fd49eac5..a5d3fa81767 100644 --- a/xml/System.Diagnostics/Activity.xml +++ b/xml/System.Diagnostics/Activity.xml @@ -492,7 +492,7 @@ An operation name is the *coarsest* name that is useful for grouping/filtering. If the parent for this comes from outside the process, the does not have a parent but *may* have a parent ID (which was deserialized from the parent). -This property value can be `null` if this is a root (that is, it has no ). For more information, see [ID format](href="https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md#id-format"). +This property value can be `null` if this is a root (that is, it has no ). For more information, see [ID format](https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md#id-format). ]]> diff --git a/xml/System.Drawing.Printing/PrinterResolution.xml b/xml/System.Drawing.Printing/PrinterResolution.xml index 42f95318c7d..4708164ba6e 100644 --- a/xml/System.Drawing.Printing/PrinterResolution.xml +++ b/xml/System.Drawing.Printing/PrinterResolution.xml @@ -209,7 +209,7 @@ ## Remarks `dmPrintQuality` is a member of the `DEVMODE` (device mode) structure, which defines constants that map to printer quality settings. The property contains the value `DMRES_HIGH` if is set to , `DMRES_MEDIUM` if is set to , `DMRES_LOW` if is set to , and `DMRES_DRAFT` if is set to . - For more information, see [DEVMODE structure](/windows/desktop/api/wingdi/ns-wingdi-_devicemodea). + For more information, see [DEVMODE structure](/windows/win32/api/wingdi/ns-wingdi-devmodea). ]]> diff --git a/xml/System.Printing.Interop/PrintTicketConverter.xml b/xml/System.Printing.Interop/PrintTicketConverter.xml index 968c1832ef9..006921a092d 100644 --- a/xml/System.Printing.Interop/PrintTicketConverter.xml +++ b/xml/System.Printing.Interop/PrintTicketConverter.xml @@ -206,7 +206,7 @@ The to convert. A value that identifies whether to use the user default or printer default DEVMODE as the base DEVMODE. Converts the specified managed to an unmanaged DEVMODE structure that is based on the DEVMODE structure identified by the . - A array that contains the new DEVMODE structure. + A array that contains the new DEVMODE structure. A value that identifies whether to use the user default or printer default DEVMODE as the base DEVMODE. A value that specifies whether the conversion of the should be done at the scope of a page, a document, or an entire print job. Converts the specified managed code with the specified scope, into an unmanaged DEVMODE structure that is based on the DEVMODE structure identified by the . - A buffer that represents the new DEVMODE structure. + A buffer that represents the new DEVMODE structure. Date: Fri, 10 Jan 2020 16:02:49 -0800 Subject: [PATCH 2/2] Update xml/Microsoft.VisualBasic.CompilerServices/Operators.xml Co-Authored-By: Genevieve Warren --- xml/Microsoft.VisualBasic.CompilerServices/Operators.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.VisualBasic.CompilerServices/Operators.xml b/xml/Microsoft.VisualBasic.CompilerServices/Operators.xml index 23dd9b1b283..d3b3292c895 100644 --- a/xml/Microsoft.VisualBasic.CompilerServices/Operators.xml +++ b/xml/Microsoft.VisualBasic.CompilerServices/Operators.xml @@ -964,7 +964,7 @@ ]]> - ^ Operator (Visual Basic) + ^ Operator (Visual Basic)