Shows the file save dialog, allowing the user to specify a new file name to save to. After choosing a file name, the current document will be saved to that file name.

Namespace: Ico.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool SaveAsDialog()
Visual Basic
Public Function SaveAsDialog As Boolean
JScript
public function SaveAsDialog() : boolean

Return Value

True if the save operation was successful, false otherwise.

See Also