点击或拖拽改变大小

RuntimePlatformShowFileDialogAsync 方法

文件对话框

命名空间:  CPF.Platform
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public abstract Task<string[]> ShowFileDialogAsync(
	FileDialog dialog,
	IWindowImpl parent
)

参数

dialog
类型:CPF.ControlsFileDialog
The details of the file dialog to show.
parent
类型:CPF.PlatformIWindowImpl
The parent window.

返回值

类型:TaskString
A task returning the selected filenames.
参见