Click or drag to resize

GTPUSaveFileDialogOverwritePrompt Property

Gets or sets a value indicating whether the Save As dialog box displays a warning if the user specifies a file name that already exists.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.GTPU.Windows.Forms (in ABB.Robotics.GTPU.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public bool OverwritePrompt { get; set; }

Property Value

Type: Boolean
true if the dialog box prompts the user before overwriting an existing file if the user specifies a file name that already exists; false if the dialog box automatically overwrites the existing file without prompting the user for permission. The default value is true.
See Also