Skip to content

Commit e5cf1e5

Browse files
author
Ron Petrusha
authored
Modified CloseReason.UserClosing (#3085)
1 parent a4d0540 commit e5cf1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Windows.Forms/CloseReason.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
</ReturnValue>
153153
<MemberValue>3</MemberValue>
154154
<Docs>
155-
<summary>The user is closing the form through the user interface (UI), for example by clicking the **Close** button on the form window, selecting **Close** from the window's control menu, or pressing ALT+F4.</summary>
155+
<summary>The form is closing either programmatically or through a user action in the user interface (for example, by clicking the **Close** button on the form window, selecting **Close** from the window's control menu, or pressing ALT+F4).</summary>
156156
</Docs>
157157
</Member>
158158
<Member MemberName="WindowsShutDown">

0 commit comments

Comments
 (0)