You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Windows.Forms/Message.xml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,15 @@
196
196
<Docs>
197
197
<summary>Gets or sets the window handle of the message.</summary>
198
198
<value>The window handle of the message.</value>
199
-
<remarks>To be added.</remarks>
199
+
<remarks>
200
+
<formattype="text/markdown"><![CDATA[
201
+
202
+
## Remarks
203
+
*Window handle* is a value that uniquely identifies a window on the system. This property returns a handle of the window whose window procedure receives this message. It is useful when your code need to interact with some native Windows API functions that expect window handles as parameters.
0 commit comments