|
2290 | 2290 | </value>
|
2291 | 2291 | <remarks>
|
2292 | 2292 | <para>
|
2293 |
| - Note: Reading this property is only for tracking purposes. If the window's title bar color is changed through other external means (Win32 calls), |
| 2293 | + Reading this property is only for tracking purposes. If the window's title bar color is changed through other external means (Win32 calls), |
2294 | 2294 | reading this property will not reflect those changes, as the Win32 API does not provide a mechanism to retrieve the current title bar color.
|
2295 | 2295 | </para>
|
2296 | 2296 | <para>
|
|
2363 | 2363 | </value>
|
2364 | 2364 | <remarks>
|
2365 | 2365 | <para>
|
2366 |
| - Note: Reading this property is only for tracking purposes. If the Form's title bar's text color (window caption text) is changed through other external means (Win32 calls), |
| 2366 | + Reading this property is only for tracking purposes. If the Form's title bar's text color (window caption text) is changed through other external means (Win32 calls), |
2367 | 2367 | reading this property will not reflect those changes, as the Win32 API does not provide a mechanism to retrieve the current title bar color.
|
2368 | 2368 | </para>
|
2369 | 2369 | <para>
|
|
2557 | 2557 | <value>To be added.</value>
|
2558 | 2558 | <remarks>
|
2559 | 2559 | <para>
|
2560 |
| - Note: Reading this property is only for tracking purposes. If the Form's corner preference is changed through other external means (Win32 calls), |
| 2560 | + Reading this property is only for tracking purposes. If the Form's corner preference is changed through other external means (Win32 calls), |
2561 | 2561 | reading this property will not reflect those changes, as the Win32 API does not provide a mechanism to retrieve the current title bar color.
|
2562 | 2562 | </para>
|
2563 | 2563 | <para>
|
@@ -7624,9 +7624,7 @@ This example assumes that the `CreateMyOpaqueForm` method is called from another
|
7624 | 7624 | <altmember cref="P:System.Windows.Forms.Form.ShowInTaskbar" />
|
7625 | 7625 | <altmember cref="P:System.Windows.Forms.Form.ShowIcon" />
|
7626 | 7626 | <altmember cref="E:System.Windows.Forms.Form.Shown" />
|
7627 |
| - <exception cref="T:System.ArgumentException"> |
7628 |
| - Thrown if the owner window is trying to set itself as its own owner. |
7629 |
| - </exception> |
| 7627 | + <exception cref="T:System.ArgumentException">The owner window is trying to set itself as its own owner.</exception> |
7630 | 7628 | </Docs>
|
7631 | 7629 | </Member>
|
7632 | 7630 | <Member MemberName="ShowAsync">
|
@@ -7698,19 +7696,21 @@ This example assumes that the `CreateMyOpaqueForm` method is called from another
|
7698 | 7696 | </para>
|
7699 | 7697 | </remarks>
|
7700 | 7698 | <exception cref="T:System.InvalidOperationException">
|
7701 |
| - <para>Thrown if:</para> |
7702 |
| - <list type="bullet"> |
7703 |
| - <item><description>The form is already visible.</description></item> |
7704 |
| - <item><description>The form is disabled.</description> </item> |
7705 |
| - <item><description>The form is not a top-level form.</description></item> |
7706 |
| - <item><description>The form is trying to set itself as its own owner.</description></item> |
7707 |
| - <item><description>Thrown if the form is already displayed asynchronously or if no <see cref="T:System.Windows.Forms.WindowsFormsSynchronizationContext" /> could be retrieved or installed.</description></item> |
7708 |
| - <item><description>The operating system is in a non-interactive mode.</description></item> |
7709 |
| - </list> |
7710 |
| - </exception> |
7711 |
| - <exception cref="T:System.ArgumentException"> |
7712 |
| - Thrown if the owner window is trying to set itself as its own owner. |
| 7699 | + <para>The form is already visible.</para> |
| 7700 | + <para>-or-</para> |
| 7701 | + <para>The form is disabled.</para> |
| 7702 | + <para>-or-</para> |
| 7703 | + <para>The form is not a top-level form.</para> |
| 7704 | + <para>-or-</para> |
| 7705 | + <para>The form is trying to set itself as its own owner.</para> |
| 7706 | + <para>-or-</para> |
| 7707 | + <para>The form is already displayed asynchronously.</para> |
| 7708 | + <para>-or-</para> |
| 7709 | + <para>No <see cref="T:System.Windows.Forms.WindowsFormsSynchronizationContext" /> could be retrieved or installed.</para> |
| 7710 | + <para>-or-</para> |
| 7711 | + <para>The operating system is in a non-interactive mode.</para> |
7713 | 7712 | </exception>
|
| 7713 | + <exception cref="T:System.ArgumentException">The owner window is trying to set itself as its own owner.</exception> |
7714 | 7714 | </Docs>
|
7715 | 7715 | </Member>
|
7716 | 7716 | <MemberGroup MemberName="ShowDialog">
|
@@ -7916,7 +7916,11 @@ This example assumes that the `CreateMyOpaqueForm` method is called from another
|
7916 | 7916 | Any exceptions that occur will be automatically propagated to the calling thread.
|
7917 | 7917 | </para>
|
7918 | 7918 | </remarks>
|
7919 |
| - <exception cref="T:System.InvalidOperationException">Thrown if the form is already displayed asynchronously or if no <see cref="T:System.Windows.Forms.WindowsFormsSynchronizationContext" /> could be retrieved or installed.</exception> |
| 7919 | + <exception cref="T:System.InvalidOperationException"> |
| 7920 | + <para>The form is already displayed asynchronously.</para> |
| 7921 | + <para>-or-</para> |
| 7922 | + <para>No <see cref="T:System.Windows.Forms.WindowsFormsSynchronizationContext" /> could be retrieved or installed.</para> |
| 7923 | + </exception> |
7920 | 7924 | </Docs>
|
7921 | 7925 | </Member>
|
7922 | 7926 | <Member MemberName="ShowDialogAsync">
|
@@ -7971,7 +7975,11 @@ This example assumes that the `CreateMyOpaqueForm` method is called from another
|
7971 | 7975 | Any exceptions that occur will be automatically propagated to the calling thread.
|
7972 | 7976 | </para>
|
7973 | 7977 | </remarks>
|
7974 |
| - <exception cref="T:System.InvalidOperationException">Thrown if the form is already displayed asynchronously or if no <see cref="T:System.Windows.Forms.WindowsFormsSynchronizationContext" /> could be retrieved or installed.</exception> |
| 7978 | + <exception cref="T:System.InvalidOperationException"> |
| 7979 | + <para>The form is already displayed asynchronously.</para> |
| 7980 | + <para>-or-</para> |
| 7981 | + <para>No <see cref="T:System.Windows.Forms.WindowsFormsSynchronizationContext" /> could be retrieved or installed.</para> |
| 7982 | + </exception> |
7975 | 7983 | </Docs>
|
7976 | 7984 | </Member>
|
7977 | 7985 | <Member MemberName="ShowIcon">
|
|
0 commit comments