Skip to content

Commit 0c3c330

Browse files
MSDN-WhiteKnightRon Petrusha
authored andcommitted
Update Message.xml (#1982)
* Update Message.xml Added extra information according to #997 * Update Message.xml
1 parent ccbee18 commit 0c3c330

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

xml/System.Windows.Forms/Message.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,15 @@
196196
<Docs>
197197
<summary>Gets or sets the window handle of the message.</summary>
198198
<value>The window handle of the message.</value>
199-
<remarks>To be added.</remarks>
199+
<remarks>
200+
<format type="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.
204+
205+
]]></format>
206+
</remarks>
207+
<related type="ExternalDocumentation" href="/windows/desktop/winmsg/about-windows#window-handle">Window Handle</related>
200208
</Docs>
201209
</Member>
202210
<Member MemberName="LParam">
@@ -453,4 +461,4 @@
453461
</Docs>
454462
</Member>
455463
</Members>
456-
</Type>
464+
</Type>

0 commit comments

Comments
 (0)