<Code Lib>
2023 Constructor
Changes 0
C

FileOpenDialog()

Description:
Constructs a new instance of a File Open dialog.

public FileOpenDialog(
	string filter
)

  • String
    filter
    The filter string. See the remarks for Filter for details.

Loading…