Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing feasible file and folder dialog options #6244

Merged
merged 2 commits into from Dec 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 24 additions & 0 deletions src/System.Windows.Forms/src/PublicAPI.Unshipped.txt
@@ -1,3 +1,27 @@
System.Windows.Forms.FileDialog.AddToRecent.get -> bool
System.Windows.Forms.FileDialog.AddToRecent.set -> void
System.Windows.Forms.FileDialog.OkRequiresInteraction.get -> bool
System.Windows.Forms.FileDialog.OkRequiresInteraction.set -> void
System.Windows.Forms.FileDialog.ShowHiddenFiles.get -> bool
System.Windows.Forms.FileDialog.ShowHiddenFiles.set -> void
System.Windows.Forms.FileDialog.ShowPinnedPlaces.get -> bool
System.Windows.Forms.FileDialog.ShowPinnedPlaces.set -> void
System.Windows.Forms.FolderBrowserDialog.AddToRecent.get -> bool
System.Windows.Forms.FolderBrowserDialog.AddToRecent.set -> void
System.Windows.Forms.FolderBrowserDialog.OkRequiresInteraction.get -> bool
System.Windows.Forms.FolderBrowserDialog.OkRequiresInteraction.set -> void
System.Windows.Forms.FolderBrowserDialog.ShowHiddenFiles.get -> bool
System.Windows.Forms.FolderBrowserDialog.ShowHiddenFiles.set -> void
System.Windows.Forms.FolderBrowserDialog.ShowPinnedPlaces.get -> bool
System.Windows.Forms.FolderBrowserDialog.ShowPinnedPlaces.set -> void
System.Windows.Forms.OpenFileDialog.SelectReadOnly.get -> bool
System.Windows.Forms.OpenFileDialog.SelectReadOnly.set -> void
System.Windows.Forms.OpenFileDialog.ShowPreview.get -> bool
System.Windows.Forms.OpenFileDialog.ShowPreview.set -> void
System.Windows.Forms.SaveFileDialog.CheckWriteAccess.get -> bool
System.Windows.Forms.SaveFileDialog.CheckWriteAccess.set -> void
System.Windows.Forms.SaveFileDialog.ExpandedMode.get -> bool
System.Windows.Forms.SaveFileDialog.ExpandedMode.set -> void
~override System.Windows.Forms.Panel.CreateAccessibilityInstance() -> System.Windows.Forms.AccessibleObject
*REMOVED*override System.Windows.Forms.MonthCalendar.Dispose(bool disposing) -> void
~override System.Windows.Forms.ContainerControl.OnResize(System.EventArgs e) -> void
Expand Down
38 changes: 37 additions & 1 deletion src/System.Windows.Forms/src/Resources/SR.resx
Expand Up @@ -6862,4 +6862,40 @@ Stack trace where the illegal operation occurred was:
<data name="CategoryPropertyGridLocalizedControlType" xml:space="preserve">
<value>PropertyGrid category</value>
</data>
</root>
<data name="FileDialogAddToRecentDescr" xml:space="preserve">
<value>Controls whether to add the file being opened or saved to the recent list.</value>
</data>
<data name="FileDialogShowHiddenFilesDescr" xml:space="preserve">
<value>Controls whether the dialog box displays hidden and system files.</value>
</data>
<data name="SaveFileDialogCheckWriteAccess" xml:space="preserve">
<value>Controls whether the dialog box verifies if the creation of the specified file will be successful.</value>
</data>
<data name="SaveFileDialogExpandedMode" xml:space="preserve">
<value>Controls whether the dialog box is always opened in the expanded mode.</value>
</data>
<data name="FileDialogOkRequiresInteractionDescr" xml:space="preserve">
<value>Controls whether the OK button of the dialog box is disabled until the user navigates the view or edits the filename (if applicable). Note: Disabling of the OK button does not prevent the dialog from being submitted by the Enter key.</value>
</data>
<data name="OpenFileDialogSelectReadOnlyDescr" xml:space="preserve">
<value>Controls whether the dialog box allows to select read-only files.</value>
</data>
<data name="FileDialogShowPinnedPlacesDescr" xml:space="preserve">
<value>Controls whether the items shown by default in the view's navigation pane are shown.</value>
</data>
<data name="OpenFileDialogShowPreviewDescr" xml:space="preserve">
<value>Controls whether the dialog box shows a preview for selected files.</value>
</data>
<data name="FolderBrowserDialogAddToRecent" xml:space="preserve">
<value>Controls whether the dialog box adds the folder being selected to the recent list.</value>
</data>
<data name="FolderBrowserDialogOkRequiresInteraction" xml:space="preserve">
<value>Controls whether the OK button of the dialog box is disabled until the user navigates the view or edits the filename (if applicable). Note: Disabling of the OK button does not prevent the dialog from being submitted by the Enter key.</value>
</data>
<data name="FolderBrowserDialogShowHiddenFiles" xml:space="preserve">
<value>Controls whether the dialog box displays hidden and system files.</value>
</data>
<data name="FolderBrowserDialogShowPinnedPlaces" xml:space="preserve">
<value>Controls whether the items shown by default in the view's navigation pane are shown.</value>
</data>
</root>
60 changes: 60 additions & 0 deletions src/System.Windows.Forms/src/Resources/xlf/SR.cs.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.