When true, this property indicates that a warning message
should be displayed prior to performing a data write that has
been initiated via user interaction (the warning message allows the
user to cancel the pending data write, or to proceed with
the write). When false, the data write occurs without a
confirmation message. This property is unused when the
dynamic is not controllable.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool Confirm { get; set; } |
Visual Basic |
---|
Public Property Confirm As Boolean
Get
Set |
JScript |
---|
function get Confirm () : boolean
function set Confirm (value : boolean) |
See Also