DialoguesDialogSaveAs Method | |
Standard "Save as" dialogue
Namespace:
SOWIWin.Helper
Assembly:
SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static string DialogSaveAs(
string pFile = "",
string pDefaultExtension = "",
string pFilter = ""
)
Public Shared Function DialogSaveAs (
Optional pFile As String = "",
Optional pDefaultExtension As String = "",
Optional pFilter As String = ""
) As String
Parameters
- pFile (Optional)
- Type: SystemString
Proposed directory/file name - pDefaultExtension (Optional)
- Type: SystemString
Example: docx - pFilter (Optional)
- Type: SystemString
Example: text files (*.txt)|*.txt|All files (*.*)|*.*
Return Value
Type:
StringFile name or when cancel the dialogue then an empty string
See Also