<Code Lib>
2027 Property
Changes 0
P

FileDialog.DefaultFilterEntry

Description:
The default entry (from the filter) to be selected in the dialog.

public string DefaultFilterEntry { get; set; }

  • When setting this property: defaultFilterEntry cannot include prohibited unprintable characters.
  • When setting this property: A non-optional argument was null

Loading…