ConfigurationDomainCommandChangesPendingConfirmMessage Property |
If specified and there are pending changes in the editor, this message will be displayed to the user
in a confirmation dialog after they've triggered the command, but before its execution.
They will have the option to proceed 'OK' or 'Cancel' the command.
Note: This should be used as a replacement for "confirmMessage" messages. When this message is defined
the "comfirmMessage" prompt is not used.
Namespace:
MFiles.VAF.Configuration.Interfaces.Domain
Assembly:
MFiles.VAF.Configuration.Interfaces (in MFiles.VAF.Configuration.Interfaces.dll) Version: 1.0.0.0
Syntaxpublic string ChangesPendingConfirmMessage { get; set; }
Public Property ChangesPendingConfirmMessage As String
Get
Set
public:
property String^ ChangesPendingConfirmMessage {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also