Skip to content

Commit 29bf04a

Browse files
authored
Added OpenFileDialog.SelectReadOnly Property Value (#10808)
1 parent 6a6f5c7 commit 29bf04a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xml/System.Windows.Forms/OpenFileDialog.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,8 @@ On a right-to-left operating system, setting the containing form's <xref:System.
448448
</ReturnValue>
449449
<Docs>
450450
<summary>Gets or sets a value indicating whether the dialog box allows selection of read-only files.</summary>
451-
<value>To be added.</value>
451+
<value>
452+
<see langword="true" /> if the dialog box allows selection of read-only files; otherwise, <see langword="false" />. The default value is <see langword="true" />.</value>
452453
<remarks>To be added.</remarks>
453454
</Docs>
454455
</Member>

0 commit comments

Comments
 (0)