SaveAsDialog Constructor (Typed) | |
Construct a standard SaveAs dialog box.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwnWnd AS Window,
cInitPath AS STRING
)
public SaveAsDialog(
[DefaultParameterValueAttribute(null, 0)] Window oOwnWnd,
[DefaultParameterValueAttribute("", 0)] string cInitPath
)
Request Example
View SourceParameters
- oOwnWnd
- Type: Window
The window that owns the SaveAsDialog object. - cInitPath
- Type: String
The preset file name to display in the dialog. Use this, for example, to prompt the user with the current name of the file. You can also specify wild-cards, such as *.TXT. The default is a NULL_STRING.
See Also