'宣言 Public Overloads Function FileOpen( _ ByVal fileName As System.String _ ) As System.Boolean
'使用法 Dim instance As C1PreviewPane Dim fileName As System.String Dim value As System.Boolean value = instance.FileOpen(fileName)
public System.bool FileOpen( System.string fileName )
パラメータ
- fileName
- The name of the file to load, or the initial directory for the file open dialog.
戻り値の型
true if the file was successfully loaded, false if an error occurred or the user cancelled the dialog.